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
When using date picker in an edit form field, the field value does not honour the format:'mm/dd/yyyy' setting. When you click the field to open date picker, and then click off it to close it, it does change the format then.
So this field displays the value as 2019-09-23 even though format format: 'dd/mm/yyyy' is used. <input type="text" id="startDate" name="fields[startDate]" class="date-picker" value="2019-09-23">
When using date picker in an edit form field, the field value does not honour the format:'mm/dd/yyyy' setting. When you click the field to open date picker, and then click off it to close it, it does change the format then.
So this field displays the value as 2019-09-23 even though format format: 'dd/mm/yyyy' is used.
<input type="text" id="startDate" name="fields[startDate]" class="date-picker" value="2019-09-23">
The text was updated successfully, but these errors were encountered: