The $datetime API variable provides helpers for working with dates/times and conversion between formats.
Click any linked item for full usage details and examples. Hookable methods are indicated with the icon. In addition to those shown below, the WireDateTime
class also inherits all the methods and properties of: Wire.
Common
Advanced
Name | Return | Summary | |
---|---|---|---|
$datetime->convertDateFormat() $datetime->convertDateFormat(string $format, string $type) $datetime->convertDateFormat(string $format, string $type) | string | Given a PHP date() format, convert it to either 'js', 'strftime' or 'regex' format | |
$datetime->getDateFormats() $datetime->getDateFormats() $datetime->getDateFormats() | array | Return all predefined PHP date() formats for use as dates | |
$datetime->getTimeFormats() $datetime->getTimeFormats() $datetime->getTimeFormats() | array | Return all predefined PHP date() formats for use as times |
Additional methods and properties
In addition to the methods and properties above, WireDateTime also inherits the methods and properties of these classes:
API reference based on ProcessWire core version 3.0.236