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 just reviewing some datepicker issues as I also have some and found this ticket. I have to agree that date parsing is somehow broken on datepicker, but to be honest I can't get this particular date of "02.01.2014" parsed as Feb 1 2014 (I entered manually here http://angular-ui.github.io/bootstrap/#/datepicker). It's parsed correctly as "Thursday, January 2, 2014"
When using a custom format like this:
$scope.format = 'dd.MM.yyyy';
.. it will mark a valid manually inputted date as invalid, for example:
22.07.2014
If you select the same date in Datepicker, it will be accepted. I noticed that if you manually enter
02.01.2014
into the field, it accidentally navigates to Feb 1 2014 even though this date means Jan 2 2014.
I am waiting for a fix - thanks in advance!
The text was updated successfully, but these errors were encountered: