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
I guess there are several issues with the locales - reported in different issues, e.g. #2622 as well as directly related to yours #2694 (which might be a the same as yours)
ngx-bootstrap/src/datepicker/bs-datepicker-input.directive.ts
Lines 55 to 65 in b7a4c4d
datepicker directive not create new date with correct bsConfig.dateInputFormat or locale setted
i.e: 19/09/2017 (DD/MM/YYYY - spanish format) get invalid date
09/11/2017 transform to 11/09/2017
The text was updated successfully, but these errors were encountered: