jsCalendar
Just a simple javascript calendar

Download
version 1.4.5
Check these out!
Build in Themes

The included themes on the base CSS.

In 5 variations
blue, yellow, orange, red, green

Default theme

You already saw the default theme, simple and clear.

<!-- Default theme -->
<div class="auto-jsCalendar"></div>
Material theme

For material lovers, try the simple Material theme.

<!-- Material theme -->
<div class="auto-jsCalendar material-theme orange"></div>
Classic theme

For a more old fashion look, try the Classic theme.

<!-- Classic theme -->
<div class="auto-jsCalendar classic-theme green"></div>
DarkSeries Theme

Gray scale themes, for neutral feel.

<!-- Include the DarkSeries theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.darkseries.min.css">
Black theme

For dark websites, we need a black theme.

<!-- Black theme -->
<div class="auto-jsCalendar black-theme"></div>
Grey theme

For neutral websites, we need a grey theme.

<!-- Grey theme -->
<div class="auto-jsCalendar grey-theme"></div>
White theme

For light websites, we need a white theme.

<!-- White theme -->
<div class="auto-jsCalendar white-theme"></div>
Clean Theme

A clean minimal look theme.

<!-- Include the Clean theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.clean.min.css">
Clean Grey theme

The default clean look theme.

<!-- Default theme -->
<div class="auto-jsCalendar clean-theme"
     data-navigator="false"></div>
Clean Color themes

Add color to your clean calendar.

Supports 5 colors
blue, yellow, orange, red, green

<!-- Clean red theme -->
<div class="auto-jsCalendar clean-theme red"></div>
<!-- Clean yellow theme -->
<div class="auto-jsCalendar clean-theme yellow"></div>
Micro Theme

Micro theme tweaks the default themes into smaller ones.

<!-- Include the Micro theme -->
<link rel="stylesheet" type="text/css" href="jsCalendar.micro.min.css">
Micro Default theme

The default theme, but smaller.

<!-- Micro Default theme -->
<div class="auto-jsCalendar micro-theme"></div>
Micro Material theme

The material theme gets its micro version too.

<!-- Micro Material theme -->
<div class="auto-jsCalendar material-theme micro-theme orange"></div>
Micro Classic theme

The old fashion look looks nice in its micro version.

<!-- Micro Classic theme -->
<div class="auto-jsCalendar classic-theme micro-theme green"></div>
Community Themes

I am waiting for your themes,
send me a mail to add a link for your theme.

Fork me on GitHub