How do I get a DateTimePicker to work in UTC.
There are workarounds: a) Modifying the DateTime externally so that looks correct when rendered b) Intercept the NOW and TODAY buttons so that appear to be working in UTC
However there are still problems as you state: * Note that not all UTC dates are representable as local dates due to * missing/ambigous hours during DST changes.
The only real and reliable solution is for Kendo to support UTC. |
Similar to the disabledDates property, it would be great it this was available for time.
For example, I would like to disable dates before 8am, between 11am - 1pm, and after 5pm, passing a function which can be evaluated would be great.
While there is the min and max properties, they do not satisfy our requirements.
Hello Kendo Team,
Kendo have Date range picker and time picker separately, but we need DateTimeRange picker. Kendo also have Datetime picker but we are looking to select date time with range.
thanks
The DateTimePicker allows the developer to specify the focused date of the popup Calendar, using the focusedDate option. But there is no such option setting a focused time for the time part.
I want to set the default time for DateTimePicker as below is showing 12:00 AM instead I want it to be 5:00 PM, and same time I don't want to set this binding with the form value, It should just show default time as 5:00 PM without binding: