http://plugins.jquery.com/project/DateTimepicker
$(#dt).datetimepicker({dateformat: 'yy-mm-dd', timeformat: 'hh:ii:00'});
とするとmysqlのdatetimeフォーマットになる。yyで4桁なのが不思議。
http://plugins.jquery.com/project/DateTimepicker
$(#dt).datetimepicker({dateformat: 'yy-mm-dd', timeformat: 'hh:ii:00'});
とするとmysqlのdatetimeフォーマットになる。yyで4桁なのが不思議。