Skip to content

日期库

typescript 项目内导入

格式化日期的小问题

js
moment().format("yyyy-MM");
dayjs().format("YYYY-MM");

moment 和 dayjs 的日期格式化是不一样的。moment 和 dayjs 都共用 YYYY 格式。但是 moment 可以识别 yyyy,而 dayjs 不行。这导致了 bug。

贡献者

The avatar of contributor named as ruan-cat ruan-cat

页面历史