We are using SQL Server generating some data One of the column is Date, which is defined as 'MMM d yyyy'. So, the possible values are:
Jan 1 2017
Jan 21 2017
Jan 12 2017
...
note that, there are 2 spaces in the 1st sample between 'Jan' and '1'. How can we parse this date in Kendo Grid?
kendo.parseDate seems does not support this format.
Our plan is to change the output of SQL Server, but want to see whether there are some simple way on kendo side to do this.
Thanks
Datecolumn in SQL Server? - SqlZim2017-01-01, correct? You are trying to display this value in kendo grid asJan 1 2017, correct? - ShawnOrr