转换为 JSON
将 Day.js 对象转换为 ISO 8601 格式的字符串。
js
dayjs('2019-01-25').toJSON(); // '2019-01-25T02:00:00.000Z'
将 Day.js 对象转换为 ISO 8601 格式的字符串。
dayjs('2019-01-25').toJSON(); // '2019-01-25T02:00:00.000Z'