I have to set the date in my datepicker in dd/mm/yyyy format. Whet I\'m trying to do, with Javascript is this:
var year = 2014; var month = 5; var day = 10
This line of code works for me
$("#datepicker").datepicker("option", "dateFormat", "dd/mm/yy");
you can change the id #datepicker with the class .input-group.date of course