Date
Reprezentuje całą datę kalendarzową, na przykład datę urodzenia. Pora dnia i strefa czasowa zostały określone w innym miejscu lub nie są istotne. Data jest określana zgodnie z kalendarzem gregoriańskim (proleptycznym). Data musi być prawidłową datą kalendarzową z okresu od 1 do 9999 roku.
Zapis JSON |
{
"year": integer,
"month": integer,
"day": integer
} |
Pola |
year |
integer
Rok. Wymagana wartość z zakresu od 1 do 9999.
|
month |
integer
Miesiąc. Wartość musi mieścić się w przedziale od 1 do 12.
|
day |
integer
Dzień miesiąca. Musi mieć wartość od 1 do 31 i być ważny dla roku i miesiąca.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["The JSON object represents a full calendar date, like a birth date, using the Proleptic Gregorian Calendar."],["The date must be a valid calendar date with a year between 1 and 9999, inclusive."],["The JSON object includes three fields: `year`, `month`, and `day`, representing the integer values for the year, month, and day of the date."],["`year` must be between 1 and 9999, `month` between 1 and 12, and `day` must be valid for the specified year and month, ranging from 1 to 31."]]],[]]