Date
מייצג תאריך שלם בלוח השנה, לדוגמה תאריך לידה. השעה ביום ואזור הזמן מצוינים במקום אחר או לא משמעותיים. התאריך יחסי ללוח השנה הגרגורי הפרולפטי. התאריך חייב להיות תאריך קלנדרי תקין בין השנה 1 ל-9999.
ייצוג JSON |
{
"year": integer,
"month": integer,
"day": integer
} |
שדות |
year |
integer
שנת התאריך. חייב להיות בין 1 ל-9999.
|
month |
integer
החודש מהתאריך. המספר צריך להיות בין 1 ל-12.
|
day |
integer
היום בחודש. התאריך חייב להיות בין 1 ל-31, והוא תקף לשנה ולחודש.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-03 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]],[]]