Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1015
Setting a minimum value for an UltraDateTimeEditor using a Time MaskInput
posted

Hello all,

I'm using an 11.2 UltraDateTimeEditor with a MaskInput set to {time} to allow the user to enter a time (ex. 12:00 PM) for an "appointment" to start or end. I'd like to be limit the minimum time allowed to that user's shift time start, and to limit the maximum time allowed to that user's shift end. As far as I can tell, there are only properties for MinDate and MaxDate for the  UltraDateTimeEditor, but since the "appointments" can be created on any day selected from the calendar, I'd like to be able to limit these UltraDateTimeEditor values to time frames rather than dates.

Is this functionality currently supported? If not, is there a way I can achieve this through code and events?

Thanks!

Melissa