From b6b593416bb1bef12c30b0cea8c92221d4b7a5c2 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 07 Jul 2009 05:11:21 -0400
Subject: [PATCH] - Support strftime's format modifiers in date_* options (#1484806)

---
 config/main.inc.php.dist |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist
index b456db9..d773720 100644
--- a/config/main.inc.php.dist
+++ b/config/main.inc.php.dist
@@ -155,13 +155,13 @@
 // 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

--
Gitblit v1.9.1