摘要:
1、日期参数格式:yyyy-mm-dd 2、日期格式:yyyy-mm-dd hh:mi:ss 阅读全文
摘要:
Date.prototype.format = function (format) { var args = { "M+": this.getMonth() + 1, "d+": this.getDate(), "h+": this.getHours(), ... 阅读全文
摘要:
如上所示,用done事件替代onchange事件即可解决。 阅读全文