From c5dedd79caa2b083b264ce0af16cd54e968b817c Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 17 Feb 2011 09:12:22 +0000 Subject: - Add variable for 'Today' label in date_today option (#1486120) --- config/main.inc.php.dist | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index 36c52775a..3d9cd0663 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -352,6 +352,7 @@ $rcmail_config['date_short'] = 'D H:i'; $rcmail_config['date_long'] = 'd.m.Y H:i'; // use this format for today's date display (date or strftime format) +// Note: $ character will be replaced with 'Today' label $rcmail_config['date_today'] = 'H:i'; // use this format for date display without time (date or strftime format) -- cgit v1.2.3