globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 603 forks source link

Date: Loose Matching #730

Closed rxaviers closed 7 years ago

rxaviers commented 7 years ago

We have loose matching #292 on number parsing. This change applies it to date parsing as well. See tests for examples.

Fixes #292