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 was archived by the owner on May 29, 2019. It is now read-only.
Indeed, the datepicker does not currently support i18n fully - if you look in the dateparser component in the source code, you will see that there are manual regexs for parsing the date. long is not an option there.
The date shows up well at the begining. Then, when selecting a date, the ng-model is set to undefined.
I'm having these issues with the datepicker under the following circumstances:
datepicker-popup="longDate"
I prepared this plunkr where it's reproduced
http://plnkr.co/edit/5M69XTp1dCuTS1MEH1r5?p=preview
Using ui-bootstrap 0.12.1 is working fine (except for the initialization format issue that was fixed on 0.13.0).
Thanks.
The text was updated successfully, but these errors were encountered: