Change date format on Firefox (using the html5 fallback feature)
-
Hey,
I noticed the date field wasn’t working well on Firefox, so I ended up addingadd_filter( 'wpcf7_support_html5_fallback', '__return_true' );to my functions.php, and it’s working well. But the date format is yyyy-mm-dd, and I want it to be dd/mm/yyyy, like on other browsers.
How can I do that ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Change date format on Firefox (using the html5 fallback feature)’ is closed to new replies.