field-date
एक मूल तारीख़ इनपुट, और उसके साथ datetime.js का सहज-भाषा कॉम्बोबॉक्स — जब तक बुलाने वाला Plain न भेजे। इसमें "कल" लिखकर देखें।
उन्नत इनपुट: लिखें "कल" या "3 हफ़्ते में"
<section rst-box><form rst-form method="post" action="#"><div rst-field>
<label rst-field-label for="field-date_live">Publish on</label>
<input rst-input id="field-date_live" name="field-date_live" type="date" value="2026-09-04" aria-describedby="field-date_live-hint" data-rst-date data-rst-date-words="{"ago":"पहले","am":"सुबह|पूर्वाह्न|am","at":"बजे|पर","day":"दिन","hour":"घंटा|घंटे","in":"में|बाद","last":"पिछला|पिछले|पिछली","midnight":"मध्यरात्रि|आधी रात","minute":"मिनट","month":"महीना|महीने|माह","next":"अगला|अगले|अगली","noon":"दोपहर","pm":"शाम|अपराह्न|pm|रात","today":"आज","tomorrow":"कल","week":"सप्ताह|हफ़्ता|हफ्ता|हफ़्ते|हफ्ते","yesterday":"बीता कल|गुज़रा कल"}" data-rst-date-set="सेट करें" data-rst-date-hint="आज़माएँ: {example}" data-rst-date-pick="कैलेंडर खोलें" data-rst-date-calendar="कैलेंडर" data-rst-date-prev-month="पिछला महीना" data-rst-date-next-month="अगला महीना" data-rst-date-results="{n} सुझाव" data-rst-date-result-one="1 सुझाव" data-rst-date-quick-today="आज" data-rst-date-quick-tomorrow="कल" data-rst-date-quick-next-week="एक सप्ताह बाद" data-rst-date-quick-plus-1h="एक घंटे बाद" data-rst-date-quick-plus-2h="दो घंटे बाद" data-rst-date-quick-end-of-day="उस दिन के अंत में" data-rst-date-quick-next-day="अगले दिन उसी समय">
<small rst-field-hint id="field-date_live-hint">The day it goes live.</small>
</div></form></section>
जिन शब्दों को वह पढ़ता है, वे data-rst-date-words पर बाहर जाते हैं, इसी पृष्ठ के कैटलॉग से हल किए हुए: फ़ील्ड उसी भाषा को पढ़ता है जिसमें पृष्ठ है।
अनिवार्य, त्रुटि के साथ
<section rst-box><form rst-form method="post" action="#"><div rst-field>
<label rst-field-label for="field-date_error">Publish on <span rst-field-required aria-hidden="true">*</span></label>
<input rst-input id="field-date_error" name="field-date_error" type="date" required aria-invalid="true" aria-describedby="field-date_error-error" data-rst-date data-rst-date-words="{"ago":"पहले","am":"सुबह|पूर्वाह्न|am","at":"बजे|पर","day":"दिन","hour":"घंटा|घंटे","in":"में|बाद","last":"पिछला|पिछले|पिछली","midnight":"मध्यरात्रि|आधी रात","minute":"मिनट","month":"महीना|महीने|माह","next":"अगला|अगले|अगली","noon":"दोपहर","pm":"शाम|अपराह्न|pm|रात","today":"आज","tomorrow":"कल","week":"सप्ताह|हफ़्ता|हफ्ता|हफ़्ते|हफ्ते","yesterday":"बीता कल|गुज़रा कल"}" data-rst-date-set="सेट करें" data-rst-date-hint="आज़माएँ: {example}" data-rst-date-pick="कैलेंडर खोलें" data-rst-date-calendar="कैलेंडर" data-rst-date-prev-month="पिछला महीना" data-rst-date-next-month="अगला महीना" data-rst-date-results="{n} सुझाव" data-rst-date-result-one="1 सुझाव" data-rst-date-quick-today="आज" data-rst-date-quick-tomorrow="कल" data-rst-date-quick-next-week="एक सप्ताह बाद" data-rst-date-quick-plus-1h="एक घंटे बाद" data-rst-date-quick-plus-2h="दो घंटे बाद" data-rst-date-quick-end-of-day="उस दिन के अंत में" data-rst-date-quick-next-day="अगले दिन उसी समय">
<small rst-field-error id="field-date_error-error">Pick a date after today.</small>
</div></form></section>
सीमाओं के साथ
<section rst-box><form rst-form method="post" action="#"><div rst-field>
<label rst-field-label for="field-date_bounded">Within this year</label>
<input rst-input id="field-date_bounded" name="field-date_bounded" type="date" value="2026-09-04" min="2026-01-01" max="2026-12-31" data-rst-date data-rst-date-words="{"ago":"पहले","am":"सुबह|पूर्वाह्न|am","at":"बजे|पर","day":"दिन","hour":"घंटा|घंटे","in":"में|बाद","last":"पिछला|पिछले|पिछली","midnight":"मध्यरात्रि|आधी रात","minute":"मिनट","month":"महीना|महीने|माह","next":"अगला|अगले|अगली","noon":"दोपहर","pm":"शाम|अपराह्न|pm|रात","today":"आज","tomorrow":"कल","week":"सप्ताह|हफ़्ता|हफ्ता|हफ़्ते|हफ्ते","yesterday":"बीता कल|गुज़रा कल"}" data-rst-date-set="सेट करें" data-rst-date-hint="आज़माएँ: {example}" data-rst-date-pick="कैलेंडर खोलें" data-rst-date-calendar="कैलेंडर" data-rst-date-prev-month="पिछला महीना" data-rst-date-next-month="अगला महीना" data-rst-date-results="{n} सुझाव" data-rst-date-result-one="1 सुझाव" data-rst-date-quick-today="आज" data-rst-date-quick-tomorrow="कल" data-rst-date-quick-next-week="एक सप्ताह बाद" data-rst-date-quick-plus-1h="एक घंटे बाद" data-rst-date-quick-plus-2h="दो घंटे बाद" data-rst-date-quick-end-of-day="उस दिन के अंत में" data-rst-date-quick-next-day="अगले दिन उसी समय">
</div></form></section>
Plain — बिना कुछ जोड़े मूल इनपुट
<section rst-box><form rst-form method="post" action="#"><div rst-field>
<label rst-field-label for="field-date_plain">Publish on</label>
<input rst-input id="field-date_plain" name="field-date_plain" type="date" value="2026-09-04">
</div></form></section>
कोई भी संवर्धन विशेषता नहीं, इसलिए datetime.js को कुछ नहीं मिलता। मूल पिकर फिर भी खुलता है।