how to add date picker in html form code example
Example 1: calendar input
<input type="date" data-date-inline-picker="true" />
Example 2: date picker in html
<label for="birthday">Birthday:</label>
<input type="date"
id="birthday" name="birthday">