From b6b593416bb1bef12c30b0cea8c92221d4b7a5c2 Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 7 Jul 2009 09:11:21 +0000 Subject: - Support strftime's format modifiers in date_* options (#1484806) --- config/main.inc.php.dist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index b456db935..d77372099 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -155,13 +155,13 @@ $rcmail_config['des_key'] = 'rcmail-!24ByteDESkey*Str'; // RFC1766 formatted language name like en_US, de_DE, de_CH, fr_FR, pt_BR $rcmail_config['language'] = null; -// use this format for short date display +// 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 +// 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 +// use this format for today's date display (date or strftime format) $rcmail_config['date_today'] = 'H:i'; // add this user-agent to message headers when sending -- cgit v1.2.3