微信小程序 - 时间戳转时间

时间:2018-07-16 14:02:23   收藏:0   阅读:948

获取当前时间:十位unix时间戳

var timestamps = Math.round(new Date().getTime() / 1000).toString();

 

 

时间戳转时间(官方自带)

技术分享图片

 

使用实例:

var time = "1531791600";

app.util.formatTime(time);

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!