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 somethin
You can use the code:
jQuery('.datetimepicker') .datetimepicker({ dateFormat: 'yy-mm-dd', timeFormat: 'HH:mm' });