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

bootstrap-datetimepicker在火狐下报错的问题

时间:2016-11-10 19:35:15      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:get   bootstrap   火狐   tostring   one   gettime   string   timezone   报错   

找到bootstrap-datetimepicker.js,
把里面的this.defaultTimeZone=(new Date).toString().split("(")[1].slice(0,-1);
改为this.defaultTimeZone=‘GMT ‘+(new Date()).getTimezoneOffset()/60;
然后引用这个bootstrap-datetimepicker.js

bootstrap-datetimepicker在火狐下报错的问题

标签:get   bootstrap   火狐   tostring   one   gettime   string   timezone   报错   

原文地址:http://www.cnblogs.com/jiaohuifeng/p/6051865.html

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