yusufshakeel /
dyCalendarJS
This is a JavaScript library to create Calendar. You can use it in your blog and website.
Loading repository data…
zabuto / repository
This library is a jQuery plugin that lets you add a month calendar to your web page.
The Zabuto Calendar jQuery Plugin lets you add a simple month calendar to your web page. It's lightweight, efficient and easy to use.
Include jQuery and use the minified production versions of the javascript and stylesheet. Initialize the calendar on your web page:
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="[your-path-to]/zabuto_calendar.min.js"></script>
<link href="[your-path-to]/zabuto_calendar.min.css" rel="stylesheet">
<div id="my-calendar"></div>
<script>
$(document).ready(function () {
$("#my-calendar").zabuto_calendar();
});
</script>
Examples for the use of the calendar are included in the sources. You can also check them out in the demo: https://www.zabuto.com/dev/calendar/demo/.
Please review the guidelines for contributing for more information.
Licensed under the MIT license.
Selected from shared topics, language and repository description—not editorial ratings.
yusufshakeel /
This is a JavaScript library to create Calendar. You can use it in your blog and website.
jorroll /
A javascript library, written in typescript, for working with recurring dates. This is a mirror of the canonical repo located on Gitlab.
BaseMax /
This is a TypeScript library that allows you to working with Jalali Calendar system.
BaseMax /
This is a JavaScript library that allows you to working with Jalali Calendar system.
GeorgeDeyneka /
This is my test case within Vue.js framework. I am using Vue3 and date-fns library.
shubhamprmall /
📄 Project Description: Interactive Scheduler Calendar 🔧 Overview This is a simple yet fully interactive scheduler web application built using only HTML, CSS, and JavaScript, powered by the FullCalendar.js library.