Ad
  • Default User Avatar

    Because of the check code. I just spent about 30 minutes trying to figure this out - The types of the two check codes appear to be different so I had to use === rather than == to check them. Then it worked.

  • Default User Avatar

    The issue is not with the dates, it is with the check code. Try using === instead of == to compare those and it should work.