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
{{ message }}
This repository has been archived by the owner on May 12, 2018. It is now read-only.
Hi,
When using mdp-max-date and mpd-min-date, the comparison is being done with time as well.
So, consider this
will evaluate to false even though the dates match becuase
current date > max date
A simple change of doing comparison based on date only in
isDayEnabled
function should fix the issue.The text was updated successfully, but these errors were encountered: