Guest User

Untitled

a guest
Jul 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <?php
  2. $y = date('Y'); // Get Current Year
  3.  
  4. if ($y = 2018) {$thurs = 'October 18, '.$y; $fri = 'October 19, '.$y; $sat = 'October 20, '.$y; $sun = 'October 21, '.$y;}
  5. if ($y = 2019) {$thurs = 'October 17, '.$y; $fri = 'October 18, '.$y; $sat = 'October 19, '.$y; $sun = 'October 20, '.$y;}
  6. if ($y = 2020) {$thurs = 'October 15, '.$y; $fri = 'October 16, '.$y; $sat = 'October 17, '.$y; $sun = 'October 18, '.$y;}
  7. if ($y = 2021) {$thurs = 'October 14, '.$y; $fri = 'October 15, '.$y; $sat = 'October 16, '.$y; $sun = 'October 17, '.$y;}
  8. if ($y = 2022) {$thurs = 'October 13, '.$y; $fri = 'October 14, '.$y; $sat = 'October 15, '.$y; $sun = 'October 16, '.$y;}
  9. ?>
Add Comment
Please, Sign In to add comment