• apinis

    (@apinis)


    Hey there!

    Is there any way to set time dropdown from AM/PM to 24h hour format? WordPress time is already set to 24h format.

Viewing 1 replies (of 1 total)
  • Thread Starter apinis

    (@apinis)

    Found this on a different topic not related to time format

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

    P.S. Is this plugin dead? Wrote an pre sale question email and got no answer.

Viewing 1 replies (of 1 total)
  • The topic ‘Setting AM/PM dropwdown to 24h format’ is closed to new replies.