Time format on Main ZM page

Support and queries relating to all previous versions of ZoneMinder
Locked
wolfram
Posts: 29
Joined: Sat Nov 26, 2005 12:36 pm

Time format on Main ZM page

Post 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
wolfram
kdf
Posts: 13
Joined: Mon May 07, 2007 12:41 pm

Post 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" );
wolfram
Posts: 29
Joined: Sat Nov 26, 2005 12:36 pm

Post 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
wolfram
Locked