Hi Alexandre,
The date / time formatting can be set under Events > Settings > Formatting > Date/Time.
Hi
I changed the date / time settings:
Date / Time formatting can be set under Events> Settings> Formatting> Date / Time.
I get yet only shown pm and am, why?
Hello,
Thank you for your reply. The code used is G \ h i \ m \ i \ n , could you give me one for displaying 24H formats?
Thank you in advance for your return
The format you’re using (G \ h i \ m \ i \ n) is to be used in a php timestamp string within a PHP file. It wont work in the date/time settings for Events Manager or WordPress settings.
PHP documentation:
http://php.net/manual/en/function.date.php
To set 24hr time format, follow these paths and enter ‘H:i” in the designated areas. This will produce a time format of 00:00, with leading 0s in both hour and minute.
WordPress:
Settings > General > Time Format > Custom: H:i
Events Manager Settings:
Events > Settings > Formatting > Date/Time > Time Format: H:i
As Angelo said, info on WP date & time format can be found here: http://codex.wordpress.org/Formatting_Date_and_Time