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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
A pain for some users has been allowing support of an optional leading zero, i.e. 03/09/2015, or 3/9/2015 for the format of MM/dd/YYYY.
One approach for allowing support would be to add new supported regex keys M* and d* in the formatCodeToRegex object which allows optional leading zeroes.
The text was updated successfully, but these errors were encountered:
A pain for some users has been allowing support of an optional leading zero, i.e. 03/09/2015, or 3/9/2015 for the format of MM/dd/YYYY.
One approach for allowing support would be to add new supported regex keys
M*
andd*
in theformatCodeToRegex
object which allows optional leading zeroes.The text was updated successfully, but these errors were encountered: