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
Just to add that none of the above worked for me, but the following did:
$(".datetimepicker").DateTimePicker({ dateFormat: 'yyyy-mm-dd' });
Regards
Liam