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
I've noticed that the implementations of weekend() and weekday() are not the same. The weekend() function appears to only work when chaining with is(), while weekday() will work with incrementing as well (via the addWeekdays() prototype method). I could work around this limitation by explicitly checking for saturday() or sunday(), but it would be nice to be able to use the weekend() function in the exact same ways that you can use the weekday() function.
The text was updated successfully, but these errors were encountered:
I've noticed that the implementations of
weekend()
andweekday()
are not the same. Theweekend()
function appears to only work when chaining withis()
, whileweekday()
will work with incrementing as well (via theaddWeekdays()
prototype method). I could work around this limitation by explicitly checking forsaturday()
orsunday()
, but it would be nice to be able to use theweekend()
function in the exact same ways that you can use theweekday()
function.The text was updated successfully, but these errors were encountered: