Appearance
返回包含时间信息的 Object。
提示
这依赖 ToObject 插件,才能正常运行
dayjs("2019-01-25").toObject(); /* { years: 2019, months: 0, date: 25, hours: 0, minutes: 0, seconds: 0, milliseconds: 0 } */