Unplanned
Last Updated: 02 Jun 2021 15:17 by ADMIN
Created by: Akok
Comments: 0
Category: DateTimePicker
Type: Feature Request
3

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:

Unplanned
Last Updated: 17 May 2021 11:59 by ADMIN

How do I get a DateTimePicker to work in UTC.
All the Date and Time pickers work in local time only.
Our App allows users to work in UTC or local time.
I am in the UK where local time is currently BST (UTC+1 hour), but our app needs to work world wide where the difference may be much greater.

 

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.

Unplanned
Last Updated: 31 Aug 2020 07:25 by ADMIN
Created by: Kevin
Comments: 1
Category: DateTimePicker
Type: Feature Request
7

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.

Unplanned
Last Updated: 04 Feb 2020 08:17 by ADMIN
Created by: Software
Comments: 1
Category: DateTimePicker
Type: Feature Request
4

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