码迷,mamicode.com
首页 > 其他好文 > 详细

时间与日期————呱呱二号

时间:2018-01-04 14:16:51      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:常用   gets   使用   body   time()   new   获取   pos   minutes   

常用:

let date = new Date();  //获取当前时间毫秒数

date.getFullYear();

date.getMonth();  //月份加一

date.getDate();  //日期

date.getDay();  //星期,0~6,使用switch转换‘星期几‘

date.getHours();

date.getMinutes();

date.getSeconds();

date.getTime()  //getTime() 方法可返回距 1970 年 1 月 1 日之间的毫秒数。

 

存在UTC的获取的都是格林尼治时间

 

时间与日期————呱呱二号

标签:常用   gets   使用   body   time()   new   获取   pos   minutes   

原文地址:https://www.cnblogs.com/guaguaerhao/p/8192640.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!