2017年6月17日
摘要: $(function(){ var currTime=new Date(); var strDate=currTime.getFullYear()+"-"+(currTime.getMonth()+1)+"-01"; $('#globalStopDate').datebox({formatter:function(date){ var y = date.g... 阅读全文
posted @ 2017-06-17 23:28 伟大帅气的笑笑大人 阅读(210) 评论(0) 推荐(0)
摘要: $(function () { setDateToMonth('globalStartDate'); setDateToMonth('globalStopDate'); }); function setDateToMonth(id) { var db1=document.getElementById(id); var db = $(db1); db.dat... 阅读全文
posted @ 2017-06-17 23:23 伟大帅气的笑笑大人 阅读(1461) 评论(0) 推荐(1)