Hello All ZM gurus,
does anyone know where I can change the time format on the zm main webpage (upper left corner)
e.g instead of 5:07 PM i want to read a 24h format like 17:05.
Best regards and thank you all I search the forum but couldn t find anything.
Wolfram
Time format on Main ZM page
Edit
zm_config.php line 65
change:
to
zm_config.php line 65
change:
Code: Select all
define( "DATE_FMT_CONSOLE_LONG", "D jS M, g:ia" );
Code: Select all
define( "DATE_FMT_CONSOLE_LONG", "D jS M, G:i" );
Hey KDF,kdf wrote:Edit
zm_config.php line 65
change:toCode: Select all
define( "DATE_FMT_CONSOLE_LONG", "D jS M, g:ia" );
Code: Select all
define( "DATE_FMT_CONSOLE_LONG", "D jS M, G:i" );
thanks a lot that was easy. I will try tonight to change that.
Best Regards Wolfram
wolfram