Note locale requirements.
authorJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 16:36:37 +0000 (17:36 +0100)
committerJan Schneider <jan@horde.org>
Thu, 3 Dec 2009 20:35:18 +0000 (21:35 +0100)
framework/Date/lib/Horde/Date.php

index d342d82..70cb97b 100644 (file)
@@ -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.