Skip to content

Kirby 4.1.2

$field->toTimestamp()

Converts the field value to a Unix timestamp

$field->toTimestamp(): int|false

Return type

int|false

Examples

<?= $page->createdAt()->toTimestamp() ?>