Roundcube Community Forum

 

Change from 24 clock to 12

Started by jmeeter, May 28, 2009, 08:22:08 PM

Previous topic - Next topic

jmeeter

Either I'm completely blind, or... This feature does not exist! Help!

JohnDoh

I think are you looking for:

// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';

// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';

// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';
 
in config/main.inc.php. You can set the format to what ever you like using PHP date formatting.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

jmeeter

Can I do this on a shared server, or do I need root access?

rosali

You must have access to "./config/main.inc.php".
Regards,
Rosali