Skip to content

Kirby 4.1.2

$date->minute()

Gets or sets the minute value

$date->minute(?int $minute = null): int

Parameters

Name Type Default
$minute int|null null

Return type

int

Parent class

Kirby\Toolkit\Date