I have this code in an HTML page:
alert(JSON.stringify(new Date()));
I\'m including the latest json2.js (2009-09-29 version) in my page to
Why not use the formatDate function in the Datepicker jQuery-UI plugin for jQuery to generate the format your server-side requires?