पूरे कैलेंडर की तारीख दिखाता है, जैसे कि जन्म की तारीख. दिन का समय और टाइम ज़ोन के बारे में दूसरी जगहों पर बताया गया है या ये अहम नहीं हैं. तारीख, प्रोलेप्टिक ग्रेगोरियन कैलेंडर के हिसाब से है. तारीख, साल 1 और 9999 के बीच की कोई मान्य तारीख होनी चाहिए.
JSON के काेड में दिखाना
{"year": integer,"month": integer,"day": integer}
फ़ील्ड
year
integer
तारीख का साल. नंबर 1 से 9999 के बीच होना चाहिए.
month
integer
तारीख का महीना. 1 से 12 के बीच होना चाहिए.
day
integer
महीने का दिन. यह 1 से 31 के बीच होना चाहिए. साथ ही, साल और महीने के लिए मान्य होना चाहिए.
[[["समझने में आसान है","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-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."]]],[]]