会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JohnYunhan
CnBlogs
Home
New Post
Contact
Admin
Subscription
2017年6月3日
js 时间戳转换为指定的日期格式
1 function formatDate(date, fmt) { 2 if (/(y+)/.test(fmt)) { 3 fmt = fmt.replace(RegExp.$1, (date.getFullYear() + '').substr(4 - RegExp.$1.length)); 4 } 5 let o = { 6 'M+': da...
Read More
posted @ 2017-06-03 12:15 JohnYunhan
Views(222)
Comments(0)
Diggs(0)
Edit
公告