会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lishidefengchen
首页
新随笔
管理
2020年6月26日
js/ts/tsx读取excel表格中的日期格式转换
摘要: const formatDate = (timestamp: number) => { const time = new Date((timestamp - 1) * 24 * 3600000 + 1); time.setFullYear(time.getFullYear() - 70); cons
阅读全文
posted @ 2020-06-26 23:56 lishidefengchen
阅读(788)
评论(0)
推荐(0)
公告