From d11ccf1dd141aac7b6db6ec8cc1984a73b77564e Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 21 May 2025 15:11:09 +0200 Subject: it::date(): mention passing to date() --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it.class') diff --git a/it.class b/it.class index 682c897..3753e5c 100644 --- a/it.class +++ b/it.class @@ -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". -- cgit v1.2.3