Date format when editing results in "Input not Valid"
Date format when editing results in "Input not Valid"
Ed Martin
Posts: 23Questions: 5Answers: 0
I am running into a validation error when using the datepicker on the edit form. I have tried to change the date format the form accepts, but I continue to get ddd D mmm YY.
I have changed the format in the js code, but my changes are not showing up in the edit form. Is there another place to change these settings?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I would recommend using
datetime
, rather thandate
. As it says on the reference page:There you have
displayFormat
andwireFormat
so you have more control on the format to use.Colin