加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 创业 > C语言 > 正文

js格式化时间

发布时间:2020-12-15 00:05:17 所属栏目:C语言 来源:网络整理
导读:YYYY-MM-DD HH:mm:ss 显示友好的时间格式 【刚刚、几秒前,几小时,几天前(3天内) 时间格式化】 /** * 毫秒转换友好的显示格式 * 输出格式:21小时前 * @param {[type]} time [description] * @return {[type]} [description] */ function dateStr (date)

YYYY-MM-DD HH:mm:ss