Roundcube Community Forum

 

time setting

Started by footdrum, July 22, 2010, 05:23:11 PM

Previous topic - Next topic

footdrum

Is is possible to change the clock from a 24 hour clock to regular time in round cube?
Karen

rosali

./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
Regards,
Rosali

Procito0o

ohhh thanks... justo lo que buscaba