diff options
author | alecpl <alec@alec.pl> | 2011-02-17 09:12:22 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-17 09:12:22 +0000 |
commit | c5dedd79caa2b083b264ce0af16cd54e968b817c (patch) | |
tree | 3013a073210e7f038a126a6741d1ff57c2fe8fa3 /config/main.inc.php.dist | |
parent | 31036bb3eb65f9b6513631a71936fe19f302815c (diff) |
- Add variable for 'Today' label in date_today option (#1486120)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 1 |
1 files changed, 1 insertions, 0 deletions
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) |