• MyCoach

    (@bernard77176)


    Hello, Thank you for this beautiful plugin.
    I do not see an option to display the selection of hours in 24H00
    14H00 and not 2:00 PM.

    in <select> Start Time hours in product

    My localization parameters are FR and they are well configured in the WordPress settings.

    Perhaps an option or additional configuration in a JS file
    thank you in advance
    My Coach

Viewing 3 replies - 1 through 3 (of 3 total)
  • Bob333

    (@bob333)

    Same Prob

    Best

    Thread Starter MyCoach

    (@bernard77176)

    Hello,

    Answer found on the forum:

    Code to integrate into function.php in “childtheme” so as not to lose it on the next update.

    function mvvwb_config_filter($settings)
    {
       $settings['conf']['timePickerFormat'] = 24;
        return $settings;
    }
    add_filter('mvvwb_config_filter', 'mvvwb_config_filter', 10, 1);

    Good continuation

    Perfect

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hours in select in 24H’ is closed to new replies.