change Jquery Datepicker format September 09, 2011 So stuck with the stupid requirment of the mysql table to pass the argument as '2011-09-09' haha! its very simple try this: $('#pickdate').datepicker({dateFormat: 'yy-mm-dd'}); where pickdate is the name of the attribute. Read more