文檔:(https://dayjs.gitee.io/zh-CN/)
下載:
// node.js
yarn add dayjs
使用:
import dayjs from 'dayjs';
const day = dayjs(string); // string: 日期
const now = dayjs(); // 今日時(shí)間
day.isSame(now, unit: 'day') // now: 時(shí)間參數(shù) , 'unit': 單元('day' / 'month' / 'year')
day.format('YYYY年MM月DD日') // 格式化時(shí)間