Đại diện cho toàn bộ ngày theo lịch, ví dụ: ngày sinh. Thời gian trong ngày và múi giờ được chỉ định ở nơi khác hoặc không đáng kể. Ngày này có liên quan đến Lịch Gregory Proleptic. Ngày này phải là một ngày dương lịch hợp lệ trong khoảng từ năm 1 đến năm 9999.
Biểu diễn dưới dạng JSON
{"year": integer,"month": integer,"day": integer}
Trường
year
integer
Năm của ngày. Giá trị phải từ 1 đến 9999.
month
integer
Tháng trong ngày. Giá trị phải nằm trong khoảng từ 1 đến 12.
day
integer
Ngày trong tháng. Giá trị phải từ 1 đến 31 và hợp lệ trong năm cũng như tháng.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]