projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e477768
)
Note locale requirements.
author
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 16:36:37 +0000
(17:36 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 3 Dec 2009 20:35:18 +0000
(21:35 +0100)
framework/Date/lib/Horde/Date.php
patch
|
blob
|
history
diff --git
a/framework/Date/lib/Horde/Date.php
b/framework/Date/lib/Horde/Date.php
index
d342d82
..
70cb97b
100644
(file)
--- a/
framework/Date/lib/Horde/Date.php
+++ b/
framework/Date/lib/Horde/Date.php
@@
-819,6
+819,8
@@
class Horde_Date
* Format time using the specifiers available in date() or in the DateTime
* class' format() method.
*
+ * To format in languages other than English, use strftime() instead.
+ *
* @param string $format
*
* @return string Formatted time.