Date-time formatting.
Public Methods | |
DateTime | date () |
YYYY-MM-DD More... | |
Str | dateFormat ($format) |
Date formatting expression using a driver-appropriate function. More... | |
DateTime | datetime () |
YYYY-MM-DD hh:mm:ss More... | |
Num | day () |
01 to 31 More... | |
Num | dayOfWeek () |
0 to 6 (Sunday is 0 ) More... | |
Num | dayOfYear () |
001 to 366 (365 + 1 during leap year) More... | |
Num | hours () |
00 to 23 More... | |
Str | iso8601 () |
ISO-8601 compatible datetime string, offset Z (UTC/Zulu) More... | |
Num | julian () |
Julian day number (fractional). More... | |
Num | minutes () |
00 to 59 More... | |
Num | month () |
01 to 12 More... | |
Num | seconds () |
00 to 59 More... | |
Str | time () |
00:00:00 to 23:59:59 More... | |
Num | timestamp () |
Unix timestamp. More... | |
Num | weekOfYear () |
00 to 53 More... | |
Num | year () |
YYYY More... | |
DateTime date | ( | ) |
Str dateFormat | ( | $format | ) |
Date formatting expression using a driver-appropriate function.
string | string[] | $format | Format, or formats keyed by driver name. |
DateTime datetime | ( | ) |
Str iso8601 | ( | ) |
ISO-8601 compatible datetime string, offset Z
(UTC/Zulu)
https://en.wikipedia.org/wiki/ISO_8601