DateTimeFormatConverter
FinalYes
Table of Contents
Methods
- iso8601ToPhp() : string
- Convert ISO 8601 date format string to PHP date format string.
- phpToIso8601() : string
- Convert PHP date format string to ISO 8601 date format string.
Methods
iso8601ToPhp()
Convert ISO 8601 date format string to PHP date format string.
public
static iso8601ToPhp(string $isoFormat) : string
Parameters
- $isoFormat : string
-
ISO 8601 date format string
Return values
string —PHP date format string
phpToIso8601()
Convert PHP date format string to ISO 8601 date format string.
public
static phpToIso8601(string $phpFormat) : string
Parameters
- $phpFormat : string
-
PHP date format string
Return values
string —ISO 8601 date format string