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.
haha! its very simple try this:
$('#pickdate').datepicker({dateFormat: 'yy-mm-dd'});
where pickdate is the name of the attribute.
Comments