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.
I configured the datepickerPopup via the config constant with this hash:
dateFormat: 'dd.MM.yyyy'
Thanx to this, once clicked on the datepicker, the value is being formatted nicely, but, as I'm typing, the input value is not reaching the model because it is failing the validator.
Shortly, the new Date(dateStr) constructor is expecting
'MM.dd.yyyy' instead of what i want 'dd.MM.yyyy'
hence, it fails.
The text was updated successfully, but these errors were encountered:
I configured the datepickerPopup via the config constant with this hash:
dateFormat: 'dd.MM.yyyy'
Thanx to this, once clicked on the datepicker, the value is being formatted nicely, but, as I'm typing, the input value is not reaching the model because it is failing the validator.
Shortly, the new Date(dateStr) constructor is expecting
'MM.dd.yyyy' instead of what i want 'dd.MM.yyyy'
hence, it fails.
The text was updated successfully, but these errors were encountered: