later icon indicating copy to clipboard operation
later copied to clipboard

Update later.js

Open ghost opened this issue 12 years ago • 2 comments

was failing with test var newDate = new Date('2014-02-28'); later.schedule({schedules: [{D:[1], M:[2], Y:[2014]},{D_a:[27], D_b:[29], M:[2], Y:[2014]}], exceptions: []}).isValid(newDate);

return !b || a.getTime() > b.getTime(); <-- a is null and so a.getTime() is blowing up

Bills fix is working a treat so far

ghost avatar Feb 01 '14 07:02 ghost

@oziee can you make these changes?

ilanbiala avatar Feb 01 '15 04:02 ilanbiala

Per my work with Bree, I have an updated fork of this package called @breejs/later. See https://github.com/breejs/later if you would like to file this PR there.

niftylettuce avatar Aug 17 '20 14:08 niftylettuce