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
The format is YYYY-MM-DD. You cannot change it.
YYYY-MM-DD
$('#myinput').val('2013-12-31'); sets value
$('#myinput').val('2013-12-31');