Date format problems
-
I’m trying to format a date field using _format_ as read in the documentation but it doesn’t work.
If I use this code:
<label> Fecha de Nacimiento* [date* FdN max:’today-18years’ _format_FdN “d-m-Y”]</label>
it doesn’t show at all.If I use this code:
<label> Fecha de Nacimiento* [date* FdN _format_FdN “dd/mm/yyyy”]</label>
it shows: mm/dd/yyyThis code:
<label> Fecha de Nacimiento* [date* FdN _format_FdN “d-m-Y”]</label>
shows the same: mm/dd/yyyAs indicated here https://wordpress.org/support/topic/date-format-in-contact-form-7/ it suppose to work with “d-m-Y” but it doesn’t.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Date format problems’ is closed to new replies.