js 格式化时间

2021-01-27 23:16

阅读:485

标签:alt   seconds   code   date()   ima   info   class   img   return   

技术图片

 

 写一个过滤器

技术图片

 

 

getTime(item) {
      const date = new Date(
     //这一步是根据我后端返回的时间格式处理的,可选用  item.replace(
/\-/g, "/").substring(0, item.indexOf(".")) ); const Y = date.getFullYear() + "-"; const M = (date.getMonth() + 1 ) : date.getMonth() + 1) + "-"; const D = (date.getDate() ; const h = (date.getHours() ; const m = (date.getMinutes() ; const s = date.getSeconds() date.getSeconds() : date.getSeconds(); return Y + M + D + h + m + s; }

拿走不谢,我是金陵彭于晏我们下期再见!!!

js 格式化时间

标签:alt   seconds   code   date()   ima   info   class   img   return   

原文地址:https://www.cnblogs.com/lq2333/p/13218399.html


评论


亲,登录后才可以留言!