|
gmdateFormat a GMT/UTC date/time Description
string gmdate(string
$format, intnull $timestamp = null)Identical to the date function except that the time returned is Greenwich Mean Time (GMT). Parameters
Return ValuesReturns a formatted date string. Changelog
Examples
Example #1 gmdate example The above example will output: Jan 01 1998 00:00:00 Europe/Helsinki Dec 31 1997 22:00:00 UTC See Also
|