Answers for "input type datepicker in html"

3

date picker in html

<label for="birthday">Birthday:</label>
<input type="date" 
  id="birthday" name="birthday">
Posted by: Guest on April-03-2021
0

input type="date"

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<input id="datePicker" type="date" />
 Run code snippet
Posted by: Guest on October-12-2021

Browse Popular Code Answers by Language