Skip to content

Kirby 5.0.2

$date->minute()

Gets or sets the minute value

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

Parameters

Name Type Default
$minute intornull null

Return type

int

Parent class

Kirby\Toolkit\Date