When I select desired date in create view, everything is fine:
But when I go to 'update' view I see that required field is rendered like this:
So, no format is respected during rendering the field.
Any ways to fix?
@Real-Gecko have you tried providing the same format on server and client? Otherwise, I highly recommend that you modify the value of the attribute prior placing it on the widget. Maybe on
I use widget in my
_form.php
that is used both bycreate
andupdate
actions:When I select desired date in
create
view, everything is fine:But when I go to 'update' view I see that required field is rendered like this: So, no
format
is respected during rendering the field. Any ways to fix?