$datetime->strftime() method

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.236

“The end client and designer love the ease at which they can update the website. Training beyond how to log in wasn’t even necessary since ProcessWire’s default interface is straightforward.” —Jonathan Lahijani