Skip to content

sueharaluke/jsCalendar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latest release latest development latest development

jsCalendar

Just a simple javascript calendar

DownloadLive previewDocumentationLanguagesCalendar Generator

preview image


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>

Or maybe you need to display it in an other language!

<!-- Load Greek language -->
<script type="text/javascript" src="jsCalendar.lang.gr.js"></script>

<!-- Display calendar in Greek -->
<div class="auto-jsCalendar" data-language="gr"></div>

We also have a simple GUI calendar code generator, so that you can easily create your jsCalendar.


npm package

If you are into npm you can install the lib's package by just typing in your command line

npm i simple-jscalendar

More info here on the npm page https://www.npmjs.com/package/simple-jscalendar


Learn to jsCalendar


Preview images

Build-in Themes Default Theme Material Theme Classic Theme Additional Themes DarkSeries Theme Clean Theme


Whats new?

Latest development code v1.4.3

  • No changes for now

Contact me

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

Open an issue

Send me a mail


License

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

Copyright (c) 2018 Grammatopoulos Athanasios-Vasileios


GramThanos DinoDevs

About

Just a simple javascript calendar

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.6%
  • CSS 26.7%
  • HTML 10.7%