• 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)
  • Plugin Author nmerii

    (@nmerii)

    Can you explain in more details what you mean by the plugin not working with default wordpress date format?

    If possible please send screenshots of the problem to [email protected] so that I can know how to help.

    Thread Starter Kézily Correa

    (@kezily)

    Hi @nmerii,

    I set the date format to d/m/Y on WordPress Settings. But in wishlist form, the date format is Y-m-d.

    How can I change the date format?

    Here is the screenshot: https://prnt.sc/1wjlxmj

    The date format was working on 2.4.2 version. After upgrade to 2.4.3, the date format is no working anymore.

    Plugin Author nmerii

    (@nmerii)

    No problem,
    I will fix this in the next update that should be out hopefully by the end of this week.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change date format’ is closed to new replies.