Open Pranoy1c opened 1 year ago
If we have a date which doesn't make sense: for example 50/6/2018
50/6/2018
then it's being parsed as Jun 01 2018.
Jun 01 2018
Shouldn't this give undefined? Or is there a way to determine the confidence? Or disable this behavior?
undefined
If we have a date which doesn't make sense: for example
50/6/2018
then it's being parsed as
Jun 01 2018
.Shouldn't this give
undefined
? Or is there a way to determine the confidence? Or disable this behavior?