نمایانگر یک تاریخ تقویم کامل، به عنوان مثال تاریخ تولد است. زمان روز و منطقه زمانی یا در جای دیگری مشخص شده اند یا مهم نیستند. تاریخ مربوط به تقویم گرگوری پرولپتیک است. تاریخ باید یک تاریخ تقویم معتبر بین سال 1 و 9999 باشد.
نمایندگی JSON
{"year": integer,"month": integer,"day": integer}
فیلدها
year
integer
سال تاریخ. باید از 1 تا 9999 باشد.
month
integer
ماه تاریخ. باید از 1 تا 12 باشد.
day
integer
روز ماه. باید از 1 تا 31 باشد و برای سال و ماه معتبر باشد.
تاریخ آخرین بهروزرسانی 2024-11-10 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-11-10 بهوقت ساعت هماهنگ جهانی."],[[["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."]]],[]]