How do I format the date of this? I can format the time easily but not the date.
http://trentrichardson.com/examples/timepicker/
It uses the normal datetime from jquery UI.
$('.date').datetimepicker({
timeFormat: 'hh:mm',
});
This one will not work:
$('.date').datetimepicker({
timeFormat: 'hh:mm',
dateFormat: 'yy-mm-dd' //This does nothing and does not format the data
});
How do I format the date from this new plugin?
Try setting the Date Picker default format.
This should work since timepicker seems to be wrapping datepicker.