Date
代表完整的日曆日期,例如出生日期。您可以視重要性決定是否要在別處指定時段和時區。日期以主黨日曆為準。日期必須是介於 1 至 9999 之間的有效日期。
JSON 表示法 |
{
"year": integer,
"month": integer,
"day": integer
} |
欄位 |
year |
integer
日期。必須介於 1 至 9999 之間。
|
month |
integer
日期月份。值必須介於 1 至 12 之間。
|
day |
integer
日期。這個值必須介於 1 至 31,有效期限為年和月份。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-03 (世界標準時間)。
[null,null,["上次更新時間:2024-09-03 (世界標準時間)。"],[[["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."]]],[]]