From: Jan Schneider Date: Thu, 3 Dec 2009 16:36:37 +0000 (+0100) Subject: Note locale requirements. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8aada892bc165f140ced8ec9fb41bd5cb071ee91;p=horde.git Note locale requirements. --- diff --git a/framework/Date/lib/Horde/Date.php b/framework/Date/lib/Horde/Date.php index d342d82c2..70cb97b7c 100644 --- 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.