Date
पूरे कैलेंडर की तारीख दिखाता है, जैसे कि जन्म की तारीख. दिन का समय और टाइम ज़ोन के बारे में दूसरी जगहों पर बताया गया है या ये अहम नहीं हैं. तारीख, प्रोलेप्टिक ग्रेगोरियन कैलेंडर के हिसाब से है. तारीख, साल 1 और 9999 के बीच की कोई मान्य तारीख होनी चाहिए.
JSON के काेड में दिखाना |
{
"year": integer,
"month": integer,
"day": integer
} |
फ़ील्ड |
year |
integer
तारीख का साल. नंबर 1 से 9999 के बीच होना चाहिए.
|
month |
integer
तारीख का महीना. 1 से 12 के बीच होना चाहिए.
|
day |
integer
महीने का दिन. यह 1 से 31 के बीच होना चाहिए. साथ ही, साल और महीने के लिए मान्य होना चाहिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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."]]],[]]