$exif->timestamp()
Returns the unix timestamp of when the image was taken.
-
return (string)
Example
<?= $page->image()->exif()->timestamp() ?>
Returns the unix timestamp of when the image was taken.
<?= $page->image()->exif()->timestamp() ?>