阿里云主机

万维景盛

万维景盛官网
JS时间格式化:JQUERY去掉ISODATE格式时间里的T和Z字母的方法

我们可以利用正则表达式对带有T\G\Z等字母的时间进行格式化,案例代码如下:

<body>

<p id="demo">Click the button to display the date and time as a string, using the ISO standard.</p>

<button onclick="myFunction()">Try it</button>

<script>

function myFunction()

{

var dateee = new Date("2017-07-09T09:46:49.667").toJSON();

var date = new Date(+new Date(dateee)+8*3600*1000).toISOString().replace(/T/g,' ').replace(/\.[\d]{3}Z/,'')  

   alert(date);

}

</script>


< 购物车 > 会员 客服 充值 工单
Top

客服热线

010-80253326

18610695105

客服QQ

请拨总机 010-80253326

咨询售后问题建议 提交工单