I am using JSON.stringify to create a value stored in a database on the server side. When the value comes back and is placed in datepicker the value does not look right.
This fiddle mimics the process.
http://jsfiddle.net/RichardAD/jfugG/
Something wonky is up because the datepicker icons don't appear and the css is barfed.
I also tried using obj.data('kendoDatePicker').value().getTime() for storage and that didn't not work either.
How do YOU serialize and deserialize dates used with DatePickers ?
This fiddle mimics the process.
http://jsfiddle.net/RichardAD/jfugG/
Something wonky is up because the datepicker icons don't appear and the css is barfed.
I also tried using obj.data('kendoDatePicker').value().getTime() for storage and that didn't not work either.
How do YOU serialize and deserialize dates used with DatePickers ?