tubaguy50035

Untitled

Oct 3rd, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. $upcoming = array();
  2. $today = new DateTime('today');
  3. for($i=1; $i<21; $i++)
  4. {
  5. $today->modify('+1 day');
  6. $upcoming = array_merge($upcoming, self::recurringEventIndentifierLoop($recurringEvents, clone $today));
  7. }
Advertisement
Add Comment
Please, Sign In to add comment