Was this ProcessWire installation installed before a particular date?
Available since version 3.0.129.
Usage
$bool = $config->installedBefore($date);
Arguments
Name | Type(s) | Description |
---|---|---|
date | int, string | Unix timestamp or strtotime() compatible date string |
Return value
bool
See Also
$config methods and properties
API reference based on ProcessWire core version 3.0.236