国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

js格式化時(shí)間的簡(jiǎn)單實(shí)例

2019-11-19 18:48:31
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
Date.prototype.format = function(format) { //author: meizz let o = { "M+": this.getMonth() + 1, //月份 "d+": this.getDate(), //日 "H+": this.getHours(), //小時(shí) "m+": this.getMinutes(), //分 "s+": this.getSeconds(), //秒 "q+": Math.floor((this.getMonth() + 3) / 3), //季度 "f+": this.getMilliseconds() //毫秒 }; if (/(y+)/.test(format)) format = format.replace(RegExp.$1, (this.getFullYear() + "").substr(4 - RegExp.$1.length)); for (let k in o) if (new RegExp("(" + k + ")").test(format))  format = format.replace(RegExp.$1, (RegExp.$1.length == 1) ? (o[k]) : (("00" + o[k]).substr(("" + o[k]).length))); return format;};var d=new Date();d.format('yyyy/MM/dd HH:mm');//"2016/11/25 10:01"

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家有所幫助,同時(shí)也希望多多支持武林網(wǎng)!

發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 四平市| 札达县| 宿迁市| 根河市| 沙坪坝区| 阿鲁科尔沁旗| 类乌齐县| 富民县| 鄂伦春自治旗| 乐山市| 探索| 突泉县| 合川市| 邢台县| 高阳县| 遵义市| 安化县| 寻乌县| 阜城县| 特克斯县| 格尔木市| 兴海县| 鄢陵县| 门源| 淮安市| 琼中| 福清市| 海南省| 乐业县| 崇信县| 成都市| 买车| 南溪县| 章丘市| 长汀县| 屏南县| 招远市| 武陟县| 大渡口区| 张北县| 台州市|