标签: ios date object cordova nsdate
在index.js我使用过此代码:
index.js
alert(new Date("2014-12-31 11:40:00") );
但是警告在iOS中显示无效日期。但它在浏览器和android上运行良好。