Questions tagged [kendo-datetimepicker]

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

The Kendo datetimepicker is a Kendo-UI widget that can be theme able as well as allowing various customization.

  • Supports globalization
  • Easily set timezone
  • In-built range selection functionality
  • Supports keyboard navigation

Resources


Related tags

72 questions
0
votes
1 answer

executing kendoDatePicker on element in a partial view with knockout

So I'm working on binding data with elements by knockout. Then a have a partial view that renders when I click a button. Everything is working just fine so far, I get the right data I need to the partial. The problem is that i have an input that I…
0
votes
1 answer

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 edit button on kendo grid. But when i try to custom my grid with dateTimePicker, there is always an error: Uncaught TypeError: e.indexOf is not a…
David Vincent
  • 634
  • 1
  • 8
  • 33
0
votes
1 answer

Kendo datetime picker validate typing

A have the following date time picker With following options: function setMaxDate() { $scope.myOptions = { min: $scope.mindate, max: new Date(), close:…
udaya726
  • 1,010
  • 6
  • 21
  • 41
0
votes
0 answers

DateTime TimeZone handling on client and server side

My application has an option to the customer where he/she can set a timezone in which he/she wants to work/view the application in. Overall idea of the application workflow is, client should send the datetime as per user selected timezone (server…
0
votes
1 answer

Kendo UI DateTimePicker Getting Wrong Time Format ASP.NET C#

I have some records in my database as below: Note that the StartDateTime and EndDateTime are in 24 hours-system. But when I display the datetime in my view, the time format is 12 hours-system as below: From the html code, the value for "1st" End…
erntay2
  • 140
  • 3
  • 16
0
votes
0 answers

How to change days label of kendoDatePicker from su,mo to sun ,mon?

i using kendoDatePicker and i want to change labels of days at the top of the datepicker content from Su,mo ect to sun, mon.
Abdul Manan
  • 2,255
  • 3
  • 27
  • 51
0
votes
0 answers

kendoui DateTimePicker minimum date 0001-01-01

I would like to set the minimum date of a kendoui DateTimePicker to 0001-01-01T00:00:00Z. I use the following piece of code: