Appearance
您可能需要一些方法来操作 Day.js 对象。
Day.js 支持像这样的链式调用:
dayjs('2019-01-25').add(1, 'day').subtract(1, 'year').year(2009).toString()