从这里 trentrichardson.com/examples/timepicker/ 使用这个 JQuery 时间选择器插件时,我不断收到错误,我不知道它有什么问题,无论我做什么都不会改变。
我的代码是这样的
JavaScript
var queryDate new date(document.getElementById('tempcontainer').value);
$(function()){
$("#tempcontainer").datetimepicker({
timeFormat:"hh:mm:ss",
dateFormat:"d M yy",
defaultValue:queryDate, ... etc
HTML
<input id=tempcontainer name=fld-date-24 value="28 September 2013">
我收到这样的错误:
解析日期/时间字符串时出错:位置 6
日期/时间字符串的意外文字 = 2013 年 9 月 28 日
timeFormat:hh:mm:ss
dateFormat:d M yy