date
Setup date handling
Date handler
Determine which PHP function is used to format dates for pages and files.
Possible values: date
| strftime
| intl
(since 3.6.5), (default: date
)
strftime
intl
Note that the format syntax differs depending on date handler:
date
handler
All formats: https://www.php.net/manual/de/function.date.php
strftime
handler
All formats: https://www.php.net/manual/en/function.strftime
intl
handler
All formats: https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax