Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    print $biweekly->contains($date), ' ', $date->ymd, $/;
    $date->add('days' => 7);
    print $biweekly->contains($date), ' ', $date->ymd, $/;
    
  2. or download this
    DateTime::Event::Recurrence: 
    TESTING whether Date is in set...
    1 2013-05-15
    ...
    0 2013-06-05
    1 2013-06-12
    0 2013-06-19