Clément Prod'homme

Results 1 comments of Clément Prod'homme

The current hack you can do is to check whether the string is the same length as the format: ```js import parse from 'date-fns/parse'; import isDate from 'date-fns/isDate'; import isValid...