menu 8 Menu Overview $field->toTimestamp() Converts the field value to a Unix timestamp $field->toTimestamp(): int Return type int Examples <?= $page->createdAt()->toTimestamp() ?> Source code kirby/config/methods.php#L271