HTML - Inputs:
<body>
<div class="main">
<input type="date">
</div>
</body>
The date input will provide a calendar panel, allowing you to select a specific date directly.
<body>
<div class="main">
<input type="datetime-local">
</div>
</body>
It w...
vaithegiv.hashnode.dev1 min read