JavaScript生成DateTime格式时间字符串
2021-03-15 07:38
阅读:595
标签:mes rgba 字符 class pre rip get time col JavaScript生成DateTime格式时间字符串 标签:mes rgba 字符 class pre rip get time col 原文地址:https://www.cnblogs.com/bird-eat-vegetable/p/14010716.html
new Date().getFullYear()+‘-‘+( ( (new Date().getMonth()+1)new Date().getMonth()+1) : (new Date().getMonth()+1) ) )+‘-‘+ (new Date().getDate()new Date().getDate() : new Date().getDate())+‘ ‘+ new Date().toTimeString().substr(0,8)
评论
亲,登录后才可以留言!