Kaustubh
Results
1
issues of
Kaustubh
**Describe the bug** ``` const format = 'YYYY-MM-DDTHH:mm:ss.SSSZ'; const inputDate = '1993-12-01T10:22:33.128Z'; const isDateValid = dayjs(inputDate, format, true).isValid(); // returns false ``` another example ``` dayjs("2021-01-26T14:25:04.871Z", "YYYY-MM-DDTHH:mm:ss.SSSZ", true) //doesn't work...