Class Date
A date time object that renders into a string formatted for HTTP header fields.
- ICanBoogie\DateTime
- ICanBoogie\HTTP\Headers\Date
Namespace: ICanBoogie\HTTP\Headers
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
Located at Headers/Date.php
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.3.1
Located at Headers/Date.php
Methods summary
public static
|
|
public
|
#
__construct( string|integer|DateTime $time = 'now', DateTimeZone|string $timezone = null )
Constructor. |
public
|