I use the datepicker from jQuery UI, but the format is like example today: 08/01/2013
But i want the format to be example today: 2013-08-01
Her
You can directly set the date format from jquery-ui library,that's work for me.hope for you also
in
function Datepicker() { //other code dateFormat: "yy-mm-dd", // See format options on parseDate //other code }