Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 331 Bytes

Calendar

A simple vanilla JS calendar.

Guide

<input type="date" id="calendar">

<script>
    document.querySelector("#calendar").calendar();
</script>

You can now submit your form as normal and have a nice calendar.

Example

Click here for an example