Date
in package
Basic date helper functions.
Tags
Table of Contents
Methods
- next() : DateTime
- Gets next date from now (or a specified date).
Methods
next()
Gets next date from now (or a specified date).
public
static next([string|null $from = null ]) : DateTime
Parameters
- $from : string|null = null
-
Optional date string to add a day onto
Return values
DateTime —Instance of next date