String
Parse the given string in ISO 8601 format and return a Day.js object instance.
dayjs('2018-04-04T16:00:00.000Z')
For consistent results parsing anything other than ISO 8601 strings, you should use String + Format.
Parse the given string in ISO 8601 format and return a Day.js object instance.
dayjs('2018-04-04T16:00:00.000Z')
For consistent results parsing anything other than ISO 8601 strings, you should use String + Format.