Is is possible to change the clock from a 24 hour clock to regular time in round cube?
Karen
./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)
ohhh thanks... justo lo que buscaba