diff options
author | Urban Müller | 2025-05-21 15:11:09 +0200 |
---|---|---|
committer | Urban Müller | 2025-05-21 15:11:09 +0200 |
commit | d11ccf1dd141aac7b6db6ec8cc1984a73b77564e (patch) | |
tree | 9b585bca2401fcfad282035e92f7c8e227b765ca | |
parent | 9f2456c3e8122f739cee7d2654fd62a5d8931d8c (diff) | |
download | itools-d11ccf1dd141aac7b6db6ec8cc1984a73b77564e.tar.gz itools-d11ccf1dd141aac7b6db6ec8cc1984a73b77564e.tar.bz2 itools-d11ccf1dd141aac7b6db6ec8cc1984a73b77564e.zip |
it::date(): mention passing to date()
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1050,7 +1050,7 @@ static function time() /** * Output formatted and localized date - * @param format optional format (default is 2007-01-02 03:04:05). + * @param format optional format to be passed to date(), default "Y-m-d H:i:s" * Other formats are "date", "datetime", "time". * Formats can be qualified with language, e.g. "date:en" * Special formats without language support are "icsdate", "icsdatetime". |