Advertisement
BakerMan

First Friday test

Nov 12th, 2013
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. // false - not a Friday:
  2. asdf_check_first_friday('5 November 2013', '2013', '11');
  3.  
  4. // true - first Friday:
  5. asdf_check_first_friday('8 November 2013', '2013', '11');
  6.  
  7. // false - Friday, but not the first Friday
  8. asdf_check_first_friday('15 November 2013', '2013', '11');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement