A simple vanilla JS calendar.
<input type="date" id="calendar">
<script>
document.querySelector("#calendar").calendar();
</script>
You can now submit your form as normal and have a nice calendar.
A simple vanilla JS calendar.
<input type="date" id="calendar">
<script>
document.querySelector("#calendar").calendar();
</script>
You can now submit your form as normal and have a nice calendar.