Completed
Last Updated: 13 Mar 2020 07:30 by ADMIN
I want the datetimepicker to pull from the database if a value exists, show nothing if it doesn't, and get the current date and time when user clicks on the calendar icon.   It doesn't get the current time.  It shows midnight.  I can get the datetimepicker to default to today's date (on display) and current time if I don’t try and pull a value from the database.
Unplanned
Last Updated: 09 Mar 2023 16:36 by Haritian
Created by: Haritian
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
1

Hi Team,

I would like the user to be able to add a value into the Kendo UI DateTimePicker's input with the calendar opened.  Currently, if the calendar is open, the focus will be on the calendar, and it will select today's date upon pressing enter. 

Thank you! 

Declined
Last Updated: 13 Mar 2020 13:54 by ADMIN
Created by: Nohinn
Comments: 1
Category: Date/Time Pickers
Type: Feature Request
1
Is there any possibility to add a new property to the datepicker that will let the user to use a datepicker like the ones used in materializecss framework?

Sample here:
http://materializecss.com/forms.html#date-picker
Declined
Last Updated: 06 Mar 2020 15:48 by ADMIN
Created by: Jan
Comments: 0
Category: Date/Time Pickers
Type: Feature Request
1
The editors do support inline footer's but you can't use an external footer template yet.

Example template:

<script type="text/template" id="datepicker-footer-template">

    "Today: #:kendo.toString(data, 'yyyy-MM-dd')#, Week: #:kendo.recurrence.weekInYear(data,kendo.culture().calendar.firstDay)#"

</script>

Suggestion to add a footer-template configuration option like this:

<input name="Date" data-role="datepicker" data-bind="value: Date" data-format="yyyy-MM-dd" data-week-number="true" data-footer-template="datepicker-footer-template"/>

Jan
Unplanned
Last Updated: 06 Mar 2020 15:43 by ADMIN
Parsing of the users Input (defined by ParseFormats) is stopping, as soon as min date is set. This happens if the date,evaluated by the parsing, is outside the min/max range. 

I would suggest, that parsing takes the min/max boundaries into account. 
1 2 3