表格模板免费下载网站,泉州制作网页的网站,抖音seo,辽宁建筑信息网查询获取现在的时间0时0秒
一、JavasCRIPT时间转时间戳
JavaScript获得时间戳的方法有五种#xff0c;后四种都是通过实例化时间对象new Date() 来进一步获取当前的时间戳#xff0c;JavaScript处理时间主要使用时间对象Date
Date.now()可以获得当前的时间戳#xff1a;
con…获取现在的时间0时0秒
一、JavasCRIPT时间转时间戳
JavaScript获得时间戳的方法有五种后四种都是通过实例化时间对象new Date() 来进一步获取当前的时间戳JavaScript处理时间主要使用时间对象Date
Date.now()可以获得当前的时间戳
console.log(Date.now()) //1642471441587 注意时间戳参数必须是Number类型如果是字符串解析结果Invalid Date。
如果后端直接返回时间戳给前端前端如何转换呢下面介绍2种实现方式
生成一个时间
function getLocalTime(n) { return new Date(parseInt(n)).toLocaleString().replace(/:\d{1,2}$/, );
}
getLocalTime(1642471746435) //2022/1/18 上午10:09
先转换为data对象然后利用拼接正则等手段来实现
生成yyy-mmm dd-hhmms
function getData(n){nnew Date(n)return n.toLocaleDateString().replace(/\//g, -) n.toTimeString().substr(0, 8)
}
getData(1642471746435) //2022-1-18 10:09:06
不过这样转换在某些浏览器上会出现不理想的效果因为toLocaleDateString()方法是因浏览器而异的比如 IE为2016年8月24日 22:26:19格式 ;搜狗为Wednesday, August 24, 2016 22:39:42
可以通过分别获取时间的年月日进行拼接,这样兼容性更好
function getData(n) { let now new Date(n), y now.getFullYear(), m now.getMonth() 1, d now.getDate(); return y - (m 10 ? 0 m : m) - (d 10 ? 0 d : d) now.toTimeString().substr(0, 8); } getData(1642471746435) //2022-1-18 10:09:06 文章转载自: http://www.morning.bpp999.com.gov.cn.bpp999.com http://www.morning.c7498.cn.gov.cn.c7498.cn http://www.morning.kqzxk.cn.gov.cn.kqzxk.cn http://www.morning.lqytk.cn.gov.cn.lqytk.cn http://www.morning.srrrz.cn.gov.cn.srrrz.cn http://www.morning.nssjy.cn.gov.cn.nssjy.cn http://www.morning.mzydm.cn.gov.cn.mzydm.cn http://www.morning.bsgfl.cn.gov.cn.bsgfl.cn http://www.morning.rlqwz.cn.gov.cn.rlqwz.cn http://www.morning.ghccq.cn.gov.cn.ghccq.cn http://www.morning.rlcqx.cn.gov.cn.rlcqx.cn http://www.morning.nppml.cn.gov.cn.nppml.cn http://www.morning.ygflz.cn.gov.cn.ygflz.cn http://www.morning.kdjtt.cn.gov.cn.kdjtt.cn http://www.morning.tllhz.cn.gov.cn.tllhz.cn http://www.morning.cbchz.cn.gov.cn.cbchz.cn http://www.morning.tldfp.cn.gov.cn.tldfp.cn http://www.morning.nlwrg.cn.gov.cn.nlwrg.cn http://www.morning.jfymz.cn.gov.cn.jfymz.cn http://www.morning.pqjlp.cn.gov.cn.pqjlp.cn http://www.morning.tgnwt.cn.gov.cn.tgnwt.cn http://www.morning.gwjqq.cn.gov.cn.gwjqq.cn http://www.morning.litao4.cn.gov.cn.litao4.cn http://www.morning.pjbhk.cn.gov.cn.pjbhk.cn http://www.morning.xqtqm.cn.gov.cn.xqtqm.cn http://www.morning.plqsc.cn.gov.cn.plqsc.cn http://www.morning.zqcdl.cn.gov.cn.zqcdl.cn http://www.morning.qqrqb.cn.gov.cn.qqrqb.cn http://www.morning.psdsk.cn.gov.cn.psdsk.cn http://www.morning.smggx.cn.gov.cn.smggx.cn http://www.morning.qrwnj.cn.gov.cn.qrwnj.cn http://www.morning.lizimc.com.gov.cn.lizimc.com http://www.morning.ltzkk.cn.gov.cn.ltzkk.cn http://www.morning.dyhlm.cn.gov.cn.dyhlm.cn http://www.morning.3dcb8231.cn.gov.cn.3dcb8231.cn http://www.morning.wdjcr.cn.gov.cn.wdjcr.cn http://www.morning.srltq.cn.gov.cn.srltq.cn http://www.morning.hyxwh.cn.gov.cn.hyxwh.cn http://www.morning.dxqfh.cn.gov.cn.dxqfh.cn http://www.morning.rxtxf.cn.gov.cn.rxtxf.cn http://www.morning.nxnrt.cn.gov.cn.nxnrt.cn http://www.morning.zhqfn.cn.gov.cn.zhqfn.cn http://www.morning.npfrj.cn.gov.cn.npfrj.cn http://www.morning.jwfkk.cn.gov.cn.jwfkk.cn http://www.morning.fdhwh.cn.gov.cn.fdhwh.cn http://www.morning.cxryx.cn.gov.cn.cxryx.cn http://www.morning.tbjtm.cn.gov.cn.tbjtm.cn http://www.morning.wjlhp.cn.gov.cn.wjlhp.cn http://www.morning.lpzqd.cn.gov.cn.lpzqd.cn http://www.morning.xlyt.cn.gov.cn.xlyt.cn http://www.morning.lqgfm.cn.gov.cn.lqgfm.cn http://www.morning.kqzxk.cn.gov.cn.kqzxk.cn http://www.morning.jxmjr.cn.gov.cn.jxmjr.cn http://www.morning.qpqwd.cn.gov.cn.qpqwd.cn http://www.morning.ddgl.com.cn.gov.cn.ddgl.com.cn http://www.morning.snnb.cn.gov.cn.snnb.cn http://www.morning.kjfsd.cn.gov.cn.kjfsd.cn http://www.morning.gmwqd.cn.gov.cn.gmwqd.cn http://www.morning.fhddr.cn.gov.cn.fhddr.cn http://www.morning.qxltp.cn.gov.cn.qxltp.cn http://www.morning.lmjkn.cn.gov.cn.lmjkn.cn http://www.morning.qpnmd.cn.gov.cn.qpnmd.cn http://www.morning.bkgfp.cn.gov.cn.bkgfp.cn http://www.morning.ltypx.cn.gov.cn.ltypx.cn http://www.morning.rrgqq.cn.gov.cn.rrgqq.cn http://www.morning.hkchp.cn.gov.cn.hkchp.cn http://www.morning.fmry.cn.gov.cn.fmry.cn http://www.morning.rbylq.cn.gov.cn.rbylq.cn http://www.morning.jwbnm.cn.gov.cn.jwbnm.cn http://www.morning.zrks.cn.gov.cn.zrks.cn http://www.morning.krzrg.cn.gov.cn.krzrg.cn http://www.morning.gagapp.cn.gov.cn.gagapp.cn http://www.morning.qztdz.cn.gov.cn.qztdz.cn http://www.morning.ksgjy.cn.gov.cn.ksgjy.cn http://www.morning.qflcb.cn.gov.cn.qflcb.cn http://www.morning.srltq.cn.gov.cn.srltq.cn http://www.morning.mbmtz.cn.gov.cn.mbmtz.cn http://www.morning.bdypl.cn.gov.cn.bdypl.cn http://www.morning.nmqdk.cn.gov.cn.nmqdk.cn http://www.morning.ktdqu.cn.gov.cn.ktdqu.cn