amsul / pickadate.js

The mobile-friendly, responsive, and lightweight jQuery date & time input picker.
http://amsul.ca/pickadate.js
MIT License
7.7k stars 1.01k forks source link

Fix tests #1065

Closed HitkoDev closed 6 years ago

HitkoDev commented 6 years ago
DanielRuf commented 6 years ago

fix 1. March test

Is the issue just the test or also the library?

HitkoDev commented 6 years ago

Library seems to return the correct date (printing [highlighted.year, highlighted.month, highlighted.date] shows [2018, 1, 28] - a day before 1. March 2018)

DanielRuf commented 6 years ago

Thanks for your PR.