$field->toTimestamp() Converts the field value to a Unix timestamp kirby/config/methods.php#L281 $field->toTimestamp(): int Return type int Examples <?= $page->createdAt()->toTimestamp() ?>