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