-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I've just started using the library and it's great! The below doesn't work and I'm wondering if my approach is wrong or a defect.
I would expect to get 2 results back - and get nothing.
Many Thanks!
$r = new When\When();
$r->RFC5545_COMPLIANT = When\When::IGNORE;
$r->startDate(new DateTime("20220902"))
->freq("daily")
->interval( 1 );
$occurrences = $r->getOccurrencesBetween(new DateTime("20220902"),new DateTime("20220904"));
var_dump($r->occurrences);
marcoczen
Metadata
Metadata
Assignees
Labels
No labels