I am trying to set this date as default date in jQuery UI Datepicker 2014-03-13T18:30:00.000Z
I am using JQueryUI datepicker KO binding handler for that. But it is showing wrong JSON date in textbox where the text is bound.
It is showing 10/23/2019
instead of 2014-03-13
..
http://jsfiddle.net/rahulrulez/AkBUv/213/
How to parse it in correct format if there is any?