04 2016 档案

js实现日期的相加减、以及日期的比较
摘要:// js实现日期的相加减 function dateOperator(date, days, operator) { date = date.replace(/-/g, "/"); //更改日期格式 var nd = new Date(date); nd = nd.valueOf(); if (o 阅读全文

posted @ 2016-04-13 10:51 爱在屋檐下 阅读(5965) 评论(0) 推荐(0)

导航