Date Input
Styled native date and time inputs. Supports
date, time, datetime-local,
month, and week types.
Default
<input type="date" />
With label
<label class="field">
<span>Date of birth</span>
<input type="date" />
</label>
Variants
All date-related input types share the same styling.
<input type="time" />
<input type="datetime-local" />
<input type="month" />
<input type="week" />