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.
I'm using a fancy MMMM dd yyyy format on my datepicker popup. I like the fancy, but I'd also like my users to be able to type in a date using the M!/d!/yyyy format which, to them, is the go-to date format. Would angular bootstrap add a way to make this a reality? Maybe a list of acceptable date format inputs?
The text was updated successfully, but these errors were encountered:
davious
changed the title
Datepicker: Support Multiple Input Formats
Datepicker popup: Support Multiple Input Formats
Nov 25, 2015
davious
added a commit
to davious/angular-ui-bootstrap
that referenced
this issue
Nov 25, 2015
We could accept an array of input formats and then test that the date matches one of the formats? This has not been a oft-requested feature, however, so it's not a huge priority. @davious, if you want to take a stab at a PR, we'd welcome a well-thought/well-designed one.
I'm using a fancy
MMMM dd yyyy
format on my datepicker popup. I like the fancy, but I'd also like my users to be able to type in a date using theM!/d!/yyyy
format which, to them, is the go-to date format. Would angular bootstrap add a way to make this a reality? Maybe a list of acceptable date format inputs?The text was updated successfully, but these errors were encountered: