Top "Kendo-datetimepicker" questions

Kendo-datetimepicker allows the user to select a date and a time and to display the date and time with a specified format.

Default Empty value in Kendo DatePicker

I need the default value of datetime picker to be empty. @(Html.Kendo().DatePickerFor(model => model.RevisionDate) .Name("RevisionDate") ) "…

kendo-ui kendo-datetimepicker
Kendo UI datepicker doesn't display value initially when formatted

I have an issue with Kendo UI datepicker, it does not display an already set value through value attribute. Here's …

jquery datepicker kendo-ui kendo-datetimepicker
Get the selected Date and Time on KendoDateTimepicker

I am using a kendo DateTimepicker. I have a startdate and end date. when i select a start date i …

jquery kendo-ui datepicker kendo-grid kendo-datetimepicker
How to parse string date format to kendo date

I have this date string copied from postgres database - 2000/12/22 03:50:14 I want to format it to something like this using …

javascript datetime kendo-ui kendo-datetimepicker
How to set default DateTime as empty in Kendo DateTime picker

I am using Kendo datetime picker, as per their documentation I have set the date time as mentioned below, but …

jquery html datetime kendo-ui kendo-datetimepicker
KendoDatePicker Multiple Formats

How to accept multiple formats in KendoDatePicker? For example, to declare multiple formats similar to this (if format were to …

kendo-ui kendo-datetimepicker
Kendo Grid inline editing DateTime

I have a problem with kendo grid custom editor. I want to use dateTimePicker as my editor when i click …

javascript dojo kendo-grid kendo-datetimepicker