Time of the day field/property
# help-with-umbraco
k
Hey people! First post here! Needing to manage a TV schedule with recurrences I was wondering if there was a native way to handle times of the day (6:00, 20:00, etc. and not a datetime, which is a precise point in time) as a property? Or should I just go with a custom data type that uses 2 dropdowns (hours and minutes) and go from there? Thanks!
j
We often use this to handle things like re-occurring business hours or schedules. I'm not sure 100% if it will do what you want, but worth checking out! https://marketplace.umbraco.com/package/openorclosed
r
I think I used some older version of that package.. or its a case of adding two datetime time fields and a check box for recurrence
k
Thanks! Finally went the formatted datetime field approach, using 'HH:mm' as a mask in the data type
3 Views