CookieUtil
in package
FinalYes
Table of Contents
Properties
- $dateFormats : array<string|int, mixed>
- Handles dates as defined by RFC 2616 section 3.3.1, and also some other non-standard, but common formats.
Methods
- parseDate() : DateTime
Properties
$dateFormats
Handles dates as defined by RFC 2616 section 3.3.1, and also some other non-standard, but common formats.
private
static array<string|int, mixed>
$dateFormats
= ['D, d M y H:i:s T', 'D, d M Y H:i:s T', 'D, d-M-y H:i:s T', 'D, d-M-Y H:i:s T', 'D, d-m-y H:i:s T', 'D, d-m-Y H:i:s T', 'D M j G:i:s Y', 'D M d H:i:s Y T']
Methods
parseDate()
public
static parseDate(string $dateValue) : DateTime
Parameters
- $dateValue : string