$datetimestrftime()

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

NameType(s)Description
$formatstring
$timestamp (optional)null int string

Return value

string false


$datetime methods and properties

API reference based on ProcessWire core version 3.0.251