Appearance
查询 Day.js 对象的年份是否是闰年。
提示
这依赖 IsLeapYear 插件,才能正常运行
dayjs.extend(isLeapYear); dayjs("2000-01-01").isLeapYear(); // true