Bella Wang

Results 1 issues of Bella Wang

I want to get the `format` of a dayjs instance. Is there a similar method like creationDate() provided by moment? ``` moment("2013-01-02", "YYYY-MM-DD", true).creationData() === { input: "2013-01-02", format: "YYYY-MM-DD",...