Author Topic: Change from 24 clock to 12  (Read 5718 times)

Offline jmeeter

  • Newbie
  • *
  • Posts: 2
Change from 24 clock to 12
« on: May 28, 2009, 08:22:08 PM »
Either I'm completely blind, or... This feature does not exist! Help!

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Change from 24 clock to 12
« Reply #1 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦

Offline jmeeter

  • Newbie
  • *
  • Posts: 2
Change from 24 clock to 12
« Reply #2 on: May 29, 2009, 02:32:26 PM »
Can I do this on a shared server, or do I need root access?

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Change from 24 clock to 12
« Reply #3 on: May 30, 2009, 02:59:15 AM »
You must have access to "./config/main.inc.php".
Regards,
Rosali
__________________
MyRoundcube Project (commercial)