I found a great date time picker based on jQuery-ui http://trentrichardson.com/examples/timepicker/, but suddenly realized that i can’t modify date format… Tried something like this:
jQuery('.datetimepicker').datetimepicker({
timeFormat: 'HH:mm'
}).formatDate('yy-mm-dd');
Can someone show an example on it?
You can use the code: