This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Datepicker confused with day/month for de_DE locale #2028
Closed
Description
I am using Datepicker, and it's working great so far. The only issue I am having is that when you enter the date in the field by hand / directly, Datepicker swaps the day and the month. I am using de_DE as my Angular locale.
My format is: datepicker-popup="dd.MM.yyyy"
Picking April 13 works great. The field shows: 13.04.2014
When I enter "13.04.2014" manually, Datepicker marks it as invalid.
When I enter "12.04.2014" manually, Datepicker marks December 4, 2014 on its UI, so it mixes up month and day.
It looks to me that this is a bug.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels