会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
让心去旅行
CnBlogs
Home
New Post
Contact
Admin
Subscription
08 2019 档案
中国标准时间(如:2019-08-20 17:43)转换成格林尼治时间方式方法
摘要:function formatDateT(dateTime){ // 中国标准时间(2019-08-20 17:43)转换成格林尼治时间 var timestamp = dateTime; var newDate = new Date(dateTime + 8 * 3600 * 1000); return newDate.toISOString(); ...
阅读全文
posted @
2019-08-20 17:49
让心去旅行
阅读(427)
评论(0)
推荐(0)
公告