Inputed current time: 2026-02-11 22:07:42
Gregorian
| Define | Description | Output result |
|---|---|---|
| Default | Default | 2026-02-11 22:07:42 |
| Carbon->toAtomString() | ATOM format | 2026-02-11T22:07:42+00:00 |
| Carbon->toCookieString() | Cookie format | Wednesday, 11-Feb-2026 22:07:42 UTC |
| Carbon->toIso8601String() | ISO 8601 format | 2026-02-11T22:07:42+00:00 |
| Carbon->toISOString() | ISO format | 2026-02-11T22:07:42.320948Z |
| Carbon->toJSON() | JSON format | 2026-02-11T22:07:42.320948Z |
| Carbon->toIso8601ZuluString | ISO-8601-Zulu | 2026-02-11T22:07:42Z |
| Carbon->toDateTimeLocalString() | Date time local | 2026-02-11T22:07:42 |
| Carbon->toRfc822String() | RFC 822 format | Wed, 11 Feb 26 22:07:42 +0000 |
| Carbon->toRfc850String() | RFC 850 format | Wednesday, 11-Feb-26 22:07:42 UTC |
| Carbon->toRfc1036String() | RFC 1036 format | Wed, 11 Feb 26 22:07:42 +0000 |
| Carbon->toRfc1123String() | RFC 1123 format | Wed, 11 Feb 2026 22:07:42 +0000 |
| Carbon->toRfc2822String() | RFC 2822 format | Wed, 11 Feb 2026 22:07:42 +0000 |
| Carbon->toRfc3339String() | RFC 3339 format | 2026-02-11T22:07:42+00:00 |
| Carbon->toRfc7231String() | RFC 7231 format | Wed, 11 Feb 2026 22:07:42 GMT |
| Carbon->toRssString() | RSS format | Wed, 11 Feb 2026 22:07:42 +0000 |
| Carbon->toW3cString() | W3C format | 2026-02-11T22:07:42+00:00 |
| Carbon->year | Year (int) | 2026 |
| Carbon->yearIso | Year of ISO 8601 (int) | 2026 |
| Carbon->isLeapYear() | Is leap year | |
| Carbon->month | Month (int) | 2 |
| Carbon->locale($locale)->shortMonthName | Localized short month name | Feb |
| Carbon->locale($locale)->monthName | Localized moonth name | February |
| Carbon->daysInMonth | Day of month | 28 |
| Carbon->weekOfYear | Week number | 7 |
| Carbon->weekOfMonth | Week of month | 2 |
| Carbon->day | Day (int) | 11 |
| Carbon->locale($locale)->dayName | Localized weekday name | Wednesday |
| Carbon->locale($locale)->shortDayName | Localized shortly weekday name | Wed |
| Carbon->locale($locale)->minDayName | Localized short weekday name | We |
| Carbon->dayOfWeek | Week number (Start 0 is Sunday, to 6 is Saturday) | 3 |
| Carbon->dayOfWeekIso | Week number (Start 1 is Sunday, to 7 is Saturday) | 3 |
| Carbon->dayOfYear | Day of year (int) | 42 |
| Carbon->hour | Hours (0-23) | 22 |
| Carbon->minute | Minutes (0-59) | 7 |
| Carbon->second | Seconds (0-59) | 42 |
| Carbon->micro | milli seconds | 320948 |
| Carbonmeridiem() | (AM/PM) | PM |
| Carbon->timezone | Timezone | UTC |
| Carbon->tzName | Timezoone name | UTC |
| Carbon->isDST() | Is this time summer time ? (TRUE or FALSE) | false |
| Carbon->timestamp | Unix time (Epoc time since Jan 1st. 1970) | 1770847662 |