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

首頁 > 網站 > WEB開發 > 正文

JS代碼對前端獲取的系統時間進行format

2024-04-27 15:10:39
字體:
來源:轉載
供稿:網友
<html>  <head>    <script language="javascript">      function Window_Load(){        var str = new Date();        alert(formatCSTDate(str,"yyyy-M-d hh:mm:ss")); //2017-2-7 13:24:58                 alert(formatDate((new Date()),"yyyy-MM-dd搜索")); //2017-02-07         alert(formatDate((new Date()),"yyyy/M/d")); //2017/2/7       }              //格式化CST日期的字串      function formatCSTDate(strDate,format){        return formatDate(new Date(strDate),format);      }             //格式化日期,      function formatDate(date,format){        var paddNum = function(num){          num += "";          return num.replace(/^(/d)$/,"0$1");        }        //指定格式字符        var cfg = {           yyyy : date.getFullYear() //年 : 4位          ,yy : date.getFullYear().toString().substring(2)//年 : 2位          ,M  : date.getMonth() + 1  //月 : 如果1位的時候不補0          ,MM : paddNum(date.getMonth() + 1) //月 : 如果1位的時候補0          ,d  : date.getDate()   //日 : 如果1位的時候不補0          ,dd : paddNum(date.getDate())//日 : 如果1位的時候補0          ,hh : date.getHours()  //時          ,mm : date.getMinutes() //分          ,ss : date.getSeconds() //秒        }        format || (format = "yyyy-MM-dd hh:mm:ss");        return format.replace(/([a-z])(/1)*/ig,function(m){return cfg[m];});      }     </script>  </head>  <body onload="Window_Load();">     </body></html>
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 澄迈县| 乌苏市| 伊吾县| 舟曲县| 岳西县| 信宜市| 绥滨县| 娄底市| 灌阳县| 天气| 寿阳县| 江津市| 高台县| 昭苏县| 亚东县| 宁陕县| 习水县| 丰城市| 睢宁县| 台北市| 梅州市| 收藏| 定陶县| 武川县| 靖西县| 基隆市| 渭源县| 灵川县| 余庆县| 达日县| 凉城县| 杭锦旗| 区。| 岑巩县| 伊金霍洛旗| 睢宁县| 化州市| 美姑县| 米易县| 策勒县| 台北市|