מייצג תאריך שלם בלוח השנה, לדוגמה תאריך לידה. השעה ביום ואזור הזמן מצוינים במקום אחר או לא משמעותיים. התאריך יחסי ללוח השנה הגרגורי הפרולפטי. התאריך חייב להיות תאריך קלנדרי תקין בין השנה 1 ל-9999.
ייצוג JSON
{"year": integer,"month": integer,"day": integer}
שדות
year
integer
שנת התאריך. חייב להיות בין 1 ל-9999.
month
integer
החודש מהתאריך. המספר צריך להיות בין 1 ל-12.
day
integer
היום בחודש. התאריך חייב להיות בין 1 ל-31, והוא תקף לשנה ולחודש.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 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."]]],[]]