Skip to content

Instantly share code, notes, and snippets.

@baileylo
Created November 8, 2011 19:39
Show Gist options
  • Save baileylo/1348886 to your computer and use it in GitHub Desktop.
Save baileylo/1348886 to your computer and use it in GitHub Desktop.
<?php
function shouldWeEatChipotle() {
return (substr(date('l'), -1) == 'y');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment