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
schedule(s).next(1, d) fails if s = { schedules: [{ Y: [2012] }, { Y: [2017] }] } and d = new Date('2013-03-21T00:00:05Z') with TypeError: a.getTime is not a function
#14
Closed
yrambler2001 opened this issue
Jul 28, 2021
· 2 comments
schedule(s).next(1, d) fails if
s = { schedules: [{ Y: [2012] }, { Y: [2017] }] }
d = new Date('2013-03-21T00:00:05Z')
with TypeError: a.getTime is not a function
The text was updated successfully, but these errors were encountered:
schedule(s).next(1, d) fails if
s = { schedules: [{ Y: [2012] }, { Y: [2017] }] }
d = new Date('2013-03-21T00:00:05Z')
with TypeError: a.getTime is not a function
The text was updated successfully, but these errors were encountered: