Skip to content

Kirby 3.6.6

$image->modified()

Returns the file's last modification time

$image->modified(string|\IntlDateFormatter|null $format = null, string $handler = null): mixed

Parameters

Name Type Default Description
$format string|IntlDateFormatter|null null
$handler string null date, intl or strftime

Return type

mixed

Parent class

Kirby\Image\Image inherited from Kirby\Filesystem\File