Skip to content

Kirby 4.1.2

$date->ceil()

Rounds the datetime value up to next value of the specified unit

$date->ceil(string $unit): Kirby\Toolkit\Date

Parameters

Name Type Default Description
$unit * string year, month, day, hour, minute or second

Return type

Kirby\Toolkit\Date

This method does not modify the existing $date object but returns a new object with the changes applied. Learn more →

Exceptions

Type Description
Kirby\Exception\InvalidArgumentException If the unit name is invalid

Parent class

Kirby\Toolkit\Date