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 :
jQuery('.datetimepicker').datetimepicker({ dateFormat: "D MM d, yy" });
and see this for more documentation : http://trentrichardson.com/examples/timepicker/#tp-formatting