Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: jmeeter on May 28, 2009, 08:22:08 PM

Title: Change from 24 clock to 12
Post by: jmeeter on May 28, 2009, 08:22:08 PM
Either I'm completely blind, or... This feature does not exist! Help!
Title: Change from 24 clock to 12
Post by: JohnDoh on May 29, 2009, 03:13:18 AM
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.
Title: Change from 24 clock to 12
Post by: jmeeter on May 29, 2009, 02:32:26 PM
Can I do this on a shared server, or do I need root access?
Title: Change from 24 clock to 12
Post by: rosali on May 30, 2009, 02:59:15 AM
You must have access to "./config/main.inc.php".