projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f68c889
)
D is not locale specific, try l.
author
Jan Schneider
<jan@horde.org>
Mon, 30 Nov 2009 17:25:58 +0000
(18:25 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 30 Nov 2009 17:25:58 +0000
(18:25 +0100)
kronolith/templates/index/index.inc
patch
|
blob
|
history
diff --git
a/kronolith/templates/index/index.inc
b/kronolith/templates/index/index.inc
index
7c68324
..
776e9ef
100644
(file)
--- a/
kronolith/templates/index/index.inc
+++ b/
kronolith/templates/index/index.inc
@@
-12,7
+12,7
@@
<!-- begin top bar -->
<div id="kronolithBar">
<div class="kronolithDateChoice" <?php $todayAccessKey = Horde::getAccessKey(_("_Today")); echo Horde::getAccessKeyAndTitle(_("_Today"), true) ?>>
- <div><?php echo
$today->format('D
, j M Y') ?></div>
+ <div><?php echo
substr($today->format('l'), 0, 3) . $today->format('
, j M Y') ?></div>
</div>
<div id="kronolithNav">