Change date format
-
Hello,
How can I change the date format?
After update to 2.4.3 version, this plugin is not working with default WordPress date format.
And these functions do not work:
add_filter('nmgr_validate_date_format', 'validate_nmgr_datepicker_date_format'); function validate_nmgr_datepicker_date_format() { return 'd/m/y'; } add_filter('nmgr_datepicker_date_format', 'change_nmgr_datepicker_date_format'); function change_nmgr_datepicker_date_format() { return 'd/mm/y'; }
I appreciate if anyone can help.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Change date format’ is closed to new replies.