Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: footdrum on July 22, 2010, 05:23:11 PM

Title: time setting
Post by: footdrum on July 22, 2010, 05:23:11 PM
Is is possible to change the clock from a 24 hour clock to regular time in round cube?
Karen
Title: time setting
Post by: rosali on July 23, 2010, 12:26:00 AM
./config/main.inc.php

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

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

// use this format for today's date display (date or strftime format)
$rcmail_config['date_today'] = 'H:i';


Format settings: PHP: date - Manual (http://php.net/manual/en/function.date.php)
Title: time setting
Post by: Procito0o on July 23, 2010, 05:50:29 PM
ohhh thanks... justo lo que buscaba