码迷,mamicode.com
首页 > 其他好文 > 详细

bootstrap日历插件的学习

时间:2017-04-20 21:06:28      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:his   valueof   oda   bsp   value   init   ==   blog   starty   

    var d = new Date(this.viewDate),
                year = d.getUTCFullYear(),
                month = d.getUTCMonth(),
                dayMonth = d.getUTCDate(),
                hours = d.getUTCHours(),
                minutes = d.getUTCMinutes(),
                startYear = this.startDate !== -Infinity ? this.startDate.getUTCFullYear() : -Infinity,
                startMonth = this.startDate !== -Infinity ? this.startDate.getUTCMonth() + 1 : -Infinity,
                endYear = this.endDate !== Infinity ? this.endDate.getUTCFullYear() : Infinity,
                endMonth = this.endDate !== Infinity ? this.endDate.getUTCMonth() + 2 : Infinity,//+1 改为 +2 后,设置月份恢复正常
                currentDate = (new UTCDate(this.date.getUTCFullYear(), this.date.getUTCMonth(), this.date.getUTCDate())).valueOf(),
                today = new Date();

 

bootstrap日历插件的学习

标签:his   valueof   oda   bsp   value   init   ==   blog   starty   

原文地址:http://www.cnblogs.com/rage-the-dream/p/6740558.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!