摘要:
IOS上Js日期转换中new Date("yyyy-mm-dd")不能正常工作,必须使用new Date("yyyy/MM/dd");日期相加减:Date.prototype.DateAdd = function (strInterval, Number) { var dtTmp = this; switch (strInterval) { case 's': return new Date(Date.parse(dtTmp) + (1000 * Number)); case 'n': return new Date(Da 阅读全文
posted @ 2013-11-12 11:11
冰深
阅读(1646)
评论(0)
推荐(0)

浙公网安备 33010602011771号