摘要: 1、日期参数格式:yyyy-mm-dd 2、日期格式:yyyy-mm-dd hh:mi:ss 阅读全文
posted @ 2018-10-09 15:03 MagicAsa 阅读(9162) 评论(0) 推荐(0) 编辑
摘要: Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), ... 阅读全文
posted @ 2018-10-09 14:27 MagicAsa 阅读(442) 评论(0) 推荐(0) 编辑
摘要: 如上所示,用done事件替代onchange事件即可解决。 阅读全文
posted @ 2018-10-09 14:10 MagicAsa 阅读(6647) 评论(0) 推荐(0) 编辑