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.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["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."]]],[]]