Just a simple javascript calendar
Visit the jsCalendar site
https://gramthanos.github.io/jsCalendar/
• Download • Live preview • Documentation
Add the jsCalendar code on <head>
<link rel="stylesheet" type="text/css" href="jsCalendar.css">
<script type="text/javascript" src="jsCalendar.js"></script>
Then insert a calendar on <body>
<div class="auto-jsCalendar"></div>
- Getting started
- Themes
- Parameters
- Javascript Create Calendar
- Javascript Calendar Methods
- More javascript things
- More theme things
- Add more languages
-
v1.4-beta.2
-
v1.4-beta.1
-
Added
- jsCalendar.version
- calendar.clearSelected() alias of calendar.clearselect()
- calendar.isSelected(date) #3
- calendar.isVisible(date) #3
- calendar.isInMonth(date) #3
- calendar.getSelected(options) #3
- support to get target with selectors
- See "javascript create calendar with selectors.html" file on examples
-
Fixed
- string dates that do not exist throw error
- ex.
new jsCalendar(document.createElement('div'), "31/2/2017");
now throw error
- ex.
- string dates that do not exist throw error
-
I have been using for years javascript libraries like jQuery and other smaller ones like ResponsiveSlides.js.
So it was time to give back to the community. I just hope this library is helpfull to many people.
Contact us to leave us your feedback or to express your thoughts.
This is a project that I developed for my team, we are DinoDevs, a group of people coding for fun!
DinoDevs members working on this project:
- GramThanos ~ https://github.com/GramThanos
- console.log('Hello!');
I need to give some attribute to all the people that tested the library and reported the bugs and the mistakes.
I like beer, you can buy me one by donating to my Bitcoin wallet
My Bitcoin wallet address 173advnPpAgh4UDJXd2TFwTCgAppBKvqKF
This project is under The MIT license. We do although appreciate attribute.
Copyright (c) 2017 Grammatopoulos Athanasios-Vasileios