strftime() replacement function that works in PHP 8.1+ (though not locale aware)
Available since version 3.0.197.
Usage
// basic usage
$string = $datetime->strftime(string $format);
// usage with all arguments
$string = $datetime->strftime(string $format, $timestamp = null);
Arguments
Name | Type(s) | Description |
---|---|---|
format | string | |
timestamp (optional) | null, int, string |
Return value
string
false
$datetime methods and properties
API reference based on ProcessWire core version 3.0.236