Calendula
A special calendar using JavaScript
Read more on GitHub
Loading...

Use page

<link rel="stylesheet" href="calendula.css" />
<script src="calendula.js"></script>
...
<button id="datepicker">Choose</button>
<script>
    var sc = new Calendula({
        theme: '',
        locale: '',
        button: document.querySelector('datepicker')
    });
</script>

Assembly code

Themes:
Holidays:
Languages:
calendula.css:Bytes: Download Copy
calendula.js: Bytes: Download Copy