Page 1 of 1

Time format on Main ZM page

Posted: Fri May 11, 2007 7:46 pm
by wolfram
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

Posted: Sat May 12, 2007 1:22 pm
by kdf
Edit

zm_config.php line 65

change:

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, g:ia" );
to

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, G:i" );

Posted: Mon May 14, 2007 7:06 am
by wolfram
kdf wrote:Edit

zm_config.php line 65

change:

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, g:ia" );
to

Code: Select all

define( "DATE_FMT_CONSOLE_LONG", "D jS M, G:i" );
Hey KDF,
thanks a lot that was easy. I will try tonight to change that.
Best Regards Wolfram