Reply To: Date on the timer is wrong.

Author
Reply
  • #1993

    This is not the error, you just specified date wrong. In JavaScript months counting starts from 0 not 1, so it is from 0 to 11 not 1 to 12.