diff options
author | Urban Müller | 2025-05-21 15:32:00 +0200 |
---|---|---|
committer | Urban Müller | 2025-05-21 15:32:00 +0200 |
commit | 2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8 (patch) | |
tree | bd36368d1463156507657143c4d256c945cf9941 /it.class | |
parent | d11ccf1dd141aac7b6db6ec8cc1984a73b77564e (diff) | |
download | itools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.tar.gz itools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.tar.bz2 itools-2fd750abdd7b28d8c1ecb8f4a78f8e861d8244e8.zip |
mention localization of "date"
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |