summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2025-05-21 15:32:00 +0200
committerUrban Müller2025-05-21 15:32:00 +0200
commit2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8 (patch)
treebd36368d1463156507657143c4d256c945cf9941 /it.class
parentd11ccf1dd141aac7b6db6ec8cc1984a73b77564e (diff)
downloaditools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.tar.gz
itools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.tar.bz2
itools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.zip
mention localization of "date"
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 3753e5c..e43b794 100644
--- a/it.class
+++ b/it.class
@@ -1051,7 +1051,7 @@ static function time()
/**
* Output formatted and localized date
* @param format optional format to be passed to date(), default "Y-m-d H:i:s"
- * Other formats are "date", "datetime", "time".
+ * Other formats are "date", "datetime" and "time" in local language
* Formats can be qualified with language, e.g. "date:en"
* Special formats without language support are "icsdate", "icsdatetime".
* @param stamp optional unix timestamp (default is now).