Rappresenta un'intera data di calendario, ad esempio una data di nascita. L'ora del giorno e il fuso orario sono specificati altrove o non sono significativi. La data è relativa al calendario gregoriano prolettico. La data deve essere una data di calendario valida compresa tra l'anno 1 e il 9999.
Rappresentazione JSON
{"year": integer,"month": integer,"day": integer}
Campi
year
integer
Anno della data. Il valore deve essere compreso tra 1 e 9999.
month
integer
Mese del giorno. Il valore deve essere compreso tra 1 e 12.
day
integer
Giorno del mese. Il valore deve essere compreso tra 1 e 31 ed essere valido per l'anno e il mese.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]