date
Setup date handling
Date handler
Determine which PHP function is used to format dates for pages and files.
Possible values: date
| strftime
(default: date
)
Note that the strftime
format syntax differs from the date
format syntax:
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