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

Сounting only working days #1104

Open mistercoco opened 6 years ago

mistercoco commented 6 years ago

Hello! I disable Saturday and Sunday. Set min: true and max:+3 If today is Thursday, then only Friday is available on the calendar, but I want to Monday and Tuesday is available aslo How not to count Saturday and Sunday, when setting the date limit? That only working days are considered from Monday to Friday.

DanielRuf commented 5 years ago

Please provide a codepen which reproduces this so we can test your config. Normally you just have to disable the weekends or all days and enable the weekdays again.