Add time only to properties

Use case or problem

I have a number of templates that use time in the YAML. I currently encode it as a text file but I’d prefer just a plain time only option.

Proposed solution

you currently support date and datetime as property types. I’d like another that is just time with options for either 12 hr or 24 hr time stamps

Current workaround (optional)

making my time fields text only but that means I can input incorrect data there that makes it harder to create summaries ordered by time.

3 Likes

Possibly relevant: Properties: let the user customize the way Dates/Times are saved/written.

Related: A previous (pre-Bases) request was closed when the requester was convinced to use text. That doesn’t address your validation concern. Add "time" as a property type

1 Like

I had seen the info on using a text field for time and that is what I am doing but it would a lot simpler and more accurate and less prone to errors to have a valid time stamp field. instead.