2017年3月9日

摘要: var OverView = OverView || {} Date.prototype.format = function(format) { var o = { "M+": this.getMonth() + 1, //month "d+": this.getDate(), //day "h+"... 阅读全文

posted @ 2017-03-09 22:45 Tokyomylove 阅读(154) 评论(0) 推荐(0)

摘要: $("#ylqxt").highcharts().setTitle({ text: respons[index]._tpressurename + "压力曲线图" }, { text: new Date().toLocaleString() }); $("#ylqxt").highcharts(). 阅读全文

posted @ 2017-03-09 22:17 Tokyomylove 阅读(185) 评论(0) 推荐(0)

摘要: ///$.twoDates("startdate",'enddate',3); $.extend({ setTwoDates: function (startinputid, endinputid, difference) { var year = 0; var today = ""; var mydate = new Date(); ... 阅读全文

posted @ 2017-03-09 17:32 Tokyomylove 阅读(113) 评论(0) 推荐(0)