From 8aada892bc165f140ced8ec9fb41bd5cb071ee91 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 3 Dec 2009 17:36:37 +0100 Subject: [PATCH] Note locale requirements. --- framework/Date/lib/Horde/Date.php | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.11.0