You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi David, Pikaday is a great project, it has helped me a lot!
In my recent project, I want to have a datepicker that only allow users to pick date in a specified range of month and day, for example, I want them to select date between 10-20 and 12-25, in which the year would not be restricted, so the date could be 2014-10-21, or 1992-11-01. My first thought was to use minDate and maxDate, but they both requires Date object which includes year in it. I wonder if you would be so kind to add this feature, make Pikaday receives argument like noYearMinDate, noYearMaxDate, or if you think this feature is not necessary enough to be part of Pikaday, just tell me how to tweak the code to achieve that. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi David, Pikaday is a great project, it has helped me a lot!
In my recent project, I want to have a datepicker that only allow users to pick date in a specified range of month and day, for example, I want them to select date between 10-20 and 12-25, in which the year would not be restricted, so the date could be 2014-10-21, or 1992-11-01. My first thought was to use
minDate
andmaxDate
, but they both requires Date object which includes year in it. I wonder if you would be so kind to add this feature, make Pikaday receives argument likenoYearMinDate
,noYearMaxDate
, or if you think this feature is not necessary enough to be part of Pikaday, just tell me how to tweak the code to achieve that. Thanks in advance!The text was updated successfully, but these errors were encountered: