Skip to content

Kirby 4.2.0

$date->formatWithHandler()

Formats the datetime value with a custom handler or with the globally configured one

$date->formatWithHandler(IntlDateFormatter|string|null $format = null, ?string $handler = null): string|int|false

Parameters

Name Type Default Description
$format IntlDateFormatter|string|null null
$handler string|null null Custom date handler or null
for the globally configured one

Return type

string|int|false

Parent class

Kirby\Toolkit\Date