Is there any way to set the format of ? if no then how can i set date in this field using JavaScript in the default format of
Easier than the above is
var today = new Date().toISOString().substring(0,10); # "2013-12-31"