Date
แสดงวันที่ทั้งหมดในปฏิทิน เช่น วันเกิด มีการระบุเวลาของวันและเขตเวลาไว้ที่อื่นหรือไม่มีความสำคัญ วันที่จะสัมพันธ์กับปฏิทินเกรกอเรียนที่แปรปรวน วันที่ต้องเป็นวันที่ตามปฏิทินที่ถูกต้องระหว่างปี 1 ถึง 9999
การแสดง JSON |
{
"year": integer,
"month": integer,
"day": integer
} |
ช่อง |
year |
integer
ปีของวันที่ ต้องอยู่ระหว่าง 1 ถึง 9999
|
month |
integer
เดือนของวันที่ ต้องมีค่าตั้งแต่ 1 ถึง 12
|
day |
integer
วันของเดือน ต้องมีค่าตั้งแต่ 1 ถึง 31 และใช้ได้สำหรับปีและเดือน
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]