You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In French, it's common to use "mil" instead of "mille" to denote years in official documents. For instance, "deux juillet deux mil vingt deux" should be interpreted as July 2, 2022. However, this is not recognized correctly
To Reproduce
Steps to reproduce the behavior:
Try DateTimeRecognizer.RecognizeDateTime("deux juillet deux mil vingt deux", "fr-fr")
Only "deux juillet" is recognized
Expected behavior
It should return 2022-07-02
Platform (please complete the following information):
Platform: .NET
Environment: nuget package
Version of package: v1.8.9
The text was updated successfully, but these errors were encountered:
Describe the bug
In French, it's common to use "mil" instead of "mille" to denote years in official documents. For instance, "deux juillet deux mil vingt deux" should be interpreted as July 2, 2022. However, this is not recognized correctly
To Reproduce
Steps to reproduce the behavior:
DateTimeRecognizer.RecognizeDateTime("deux juillet deux mil vingt deux", "fr-fr")
Expected behavior
It should return 2022-07-02
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: