Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds a validation to mark short year/month dates as invalid. The only validation that we were doing was if Date(str) is valid, which is but not valid as intended to be. e.g. 00-07 would be interpreted as 07/1900 by JS Date instead of 07/2000 as expected.
- Loading branch information