Skip to content

GramThanos/jsCalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latest release latest development

jsCalendar

Just a simple javascript calendar

Visit the jsCalendar site

https://gramthanos.github.io/jsCalendar/

preview 1

DownloadLive previewDocumentation

Fast set up

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>

Learn to jsCalendar

Preview images

preview 3 preview 4 preview 5

Whats new?

Latest development code v1.4-beta.2

  • v1.4-beta.2

    • Added
      • jsCalendar.min(date) #4
      • jsCalendar.max(date) #4
  • 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

Inspiration

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 me

Contact us to leave us your feedback or to express your thoughts.

Open an issue

Send me a mail

My team

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!');

Special Thanks

I need to give some attribute to all the people that tested the library and reported the bugs and the mistakes.

Buy me a beer 🍺

I like beer, you can buy me one by donating to my Bitcoin wallet

My Bitcoin wallet address 173advnPpAgh4UDJXd2TFwTCgAppBKvqKF

License

This project is under The MIT license. We do although appreciate attribute.

Copyright (c) 2017 Grammatopoulos Athanasios-Vasileios