We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey, i like your datepicker much.
Is it possible to accept date formats like 'DD.MM.YYYY' / 'DD.MMM.YYYY'?
I would like to use your datepicker on a german website, but all i can get is 'DD-MM-YYYY'.
Thanks in advance, Louis
#edit
^(?:(d{1,4}|m{1,4}|y{4}|y{2})?\b(?:(?:,\s)|[-.\s/]{1})?(d{1,4}|m{1,4}|y{4}|y{2})?\b(?:(?:,\s)|[.-\s/]{1})?(d{1,4}|m{1,4}|y{4}|y{2})\b(?:(?:,\s)|[.-\s/]{1})?(d{1,4}|m{1,4}|y{2}|y{4})?\b)$
this should be the correct Regex for it, allows both - and .
The text was updated successfully, but these errors were encountered:
Hey @louis123562, the regex was updated. Thank you!
Sorry, something went wrong.
Thank you, we really enjoy this picker!!
No branches or pull requests
hey, i like your datepicker much.
Is it possible to accept date formats like 'DD.MM.YYYY' / 'DD.MMM.YYYY'?
I would like to use your datepicker on a german website, but all i can get is 'DD-MM-YYYY'.
Thanks in advance, Louis
#edit
^(?:(d{1,4}|m{1,4}|y{4}|y{2})?\b(?:(?:,\s)|[-.\s/]{1})?(d{1,4}|m{1,4}|y{4}|y{2})?\b(?:(?:,\s)|[.-\s/]{1})?(d{1,4}|m{1,4}|y{4}|y{2})\b(?:(?:,\s)|[.-\s/]{1})?(d{1,4}|m{1,4}|y{2}|y{4})?\b)$
this should be the correct Regex for it, allows both - and .
The text was updated successfully, but these errors were encountered: