Inputed current time: 2024-11-21 07:18:37
Gregorian
Define | Description | Output result |
---|---|---|
Default | Default | 2024-11-21 07:18:37 |
Carbon->toAtomString() | ATOM format | 2024-11-21T07:18:37+00:00 |
Carbon->toCookieString() | Cookie format | Thursday, 21-Nov-2024 07:18:37 UTC |
Carbon->toIso8601String() | ISO 8601 format | 2024-11-21T07:18:37+00:00 |
Carbon->toISOString() | ISO format | 2024-11-21T07:18:37.471289Z |
Carbon->toJSON() | JSON format | 2024-11-21T07:18:37.471289Z |
Carbon->toIso8601ZuluString | ISO-8601-Zulu | 2024-11-21T07:18:37Z |
Carbon->toDateTimeLocalString() | Date time local | 2024-11-21T07:18:37 |
Carbon->toRfc822String() | RFC 822 format | Thu, 21 Nov 24 07:18:37 +0000 |
Carbon->toRfc850String() | RFC 850 format | Thursday, 21-Nov-24 07:18:37 UTC |
Carbon->toRfc1036String() | RFC 1036 format | Thu, 21 Nov 24 07:18:37 +0000 |
Carbon->toRfc1123String() | RFC 1123 format | Thu, 21 Nov 2024 07:18:37 +0000 |
Carbon->toRfc2822String() | RFC 2822 format | Thu, 21 Nov 2024 07:18:37 +0000 |
Carbon->toRfc3339String() | RFC 3339 format | 2024-11-21T07:18:37+00:00 |
Carbon->toRfc7231String() | RFC 7231 format | Thu, 21 Nov 2024 07:18:37 GMT |
Carbon->toRssString() | RSS format | Thu, 21 Nov 2024 07:18:37 +0000 |
Carbon->toW3cString() | W3C format | 2024-11-21T07:18:37+00:00 |
Carbon->year | Year (int) | 2024 |
Carbon->yearIso | Year of ISO 8601 (int) | 2024 |
Carbon->isLeapYear() | Is leap year | 1 |
Carbon->month | Month (int) | 11 |
Carbon->locale($locale)->shortMonthName | Localized short month name | Nov |
Carbon->locale($locale)->monthName | Localized moonth name | November |
Carbon->daysInMonth | Day of month | 30 |
Carbon->weekOfYear | Week number | 47 |
Carbon->weekOfMonth | Week of month | 3 |
Carbon->day | Day (int) | 21 |
Carbon->locale($locale)->dayName | Localized weekday name | Thursday |
Carbon->locale($locale)->shortDayName | Localized shortly weekday name | Thu |
Carbon->locale($locale)->minDayName | Localized short weekday name | Th |
Carbon->dayOfWeek | Week number (Start 0 is Sunday, to 6 is Saturday) | 4 |
Carbon->dayOfWeekIso | Week number (Start 1 is Sunday, to 7 is Saturday) | 4 |
Carbon->dayOfYear | Day of year (int) | 326 |
Carbon->hour | Hours (0-23) | 7 |
Carbon->minute | Minutes (0-59) | 18 |
Carbon->second | Seconds (0-59) | 37 |
Carbon->micro | milli seconds | 471289 |
Carbonmeridiem() | (AM/PM) | AM |
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) | 1732173517 |