brospars / simple-calendar

Simple calendar jquery plugin
https://brospars.github.io/simple-calendar
MIT License
49 stars 38 forks source link

[IMPORTANT] Month change issue #15

Closed LeeHM closed 4 years ago

LeeHM commented 4 years ago
  1. 2020-01-30
  2. 2021-01-29
  3. 2022-01-29
  4. 2023-01-29
  5. 2024-01-30

Change JAN to FEB so updated MAR check your code !

thanks!

brospars commented 4 years ago

Sorry I don't understand what is the problem. Could you elaborate please ?

LeeHM commented 4 years ago

@brospars

If you move on from January to February, it will be March.

valerio-bozzolan commented 4 years ago

To be honest it's impossible to understand your problem from your message, anyway note that months in JavaScript start from zero. That's why January is 0 and Febrary is 1 etc. Is this your problem?

brospars commented 4 years ago

Could you provide a simple example to reproduce it (Codepen or Jsfiddle) ?