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
In the latest version 2.3.2, the order of the parsers have changed and this caused the shortDate to evaluate first - which is a problem for larger numbers, such as:
1,251,574
which will get parsed as shortDate (well, any number that has two commas in it).
I have just moved "digit" above "shortDate" to solve the problem.
The text was updated successfully, but these errors were encountered:
In the latest version 2.3.2, the order of the parsers have changed and this caused the shortDate to evaluate first - which is a problem for larger numbers, such as:
1,251,574
which will get parsed as shortDate (well, any number that has two commas in it).
I have just moved "digit" above "shortDate" to solve the problem.
The text was updated successfully, but these errors were encountered: