karismatic-megafauna / school-working-days-calculator

Calculate the number of school working days from today
MIT License
5 stars 21 forks source link

Prevent user from adding already excluded dates #43

Closed karismatic-megafauna closed 6 years ago

karismatic-megafauna commented 6 years ago

Currently, when making a exclusion date, you can add multiple of the same dates but only if it is the date you just added or the current date.

Do one of the two options:

Option 2 is easier and wouldn't rely on the separate issue detailed in #42 of adding an alert system.

Thanks ❤️

karismatic-megafauna commented 6 years ago

https://momentjs.com/guides/#/lib-concepts/date-time-math/ might be useful in this issue :)