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 try to setup date format as below, but the input box did not update to respective format.
{
"key": "date",
"minDate": "2014-06-20",
"format": "mmmm dd, yyyy",
"formatSubmit": "dd/mm/yyyy"
},
I have the same problem, as far as I can get is that angular-pickadate.js#L68 still returns the expected format. But ngModel.$parsers shows two functions at runtime, not sure if that's the problem.
I try to setup date format as below, but the input box did not update to respective format.
{
"key": "date",
"minDate": "2014-06-20",
"format": "mmmm dd, yyyy",
"formatSubmit": "dd/mm/yyyy"
},
Here is the sample link:
http://schemaform.io/examples/bootstrap-example.html#/027def8a2b695347a118
The text was updated successfully, but these errors were encountered: