Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2013
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # 1
  2.  
  3. <?php $today = date('N');
  4. if( $today == 1) { ?>
  5. <div class="monday"> mo<!--whatever--> </div>
  6. <?php } ?>
  7.  
  8. # 2
  9.  
  10. <?php $today = date('F');
  11. if( $today == 1) { ?>
  12. <div class="monday"> mo<!--whatever--> </div>
  13. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement