摘要:
例子: datediff(dd,add_time,getdate()) not between 0 and 7select count(*) from table where DATEDIFF ([second], '2004-09-18 00:00:18', '2004-09-18 00:00:1... 阅读全文
摘要:
//js格式化时间 "yyyy-MM-dd hh:mm:ss"Date.prototype.Format = function (fmt) { var o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(... 阅读全文