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
Try this:
This will set the date format to "yy-mm-dd"
"yy-mm-dd"
$.datepicker._defaults.dateFormat = "yy-mm-dd";