Skip to content

Instantly share code, notes, and snippets.

@naru0504
Created August 4, 2015 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naru0504/68ead1df1e3c45f2d60a to your computer and use it in GitHub Desktop.
Save naru0504/68ead1df1e3c45f2d60a to your computer and use it in GitHub Desktop.
<?php
echo "2015/5<br />";
echo "sun  mon  tue  wed  thu  fri  sat<br />";
echo "                      1<br />";
echo "  2   3   4   5   6   7  8<br />";
echo "  9  10  11   12   13   14 15<br />";
echo "  16  17  18  19  20  21  22<br />";
echo " 22 23 24 25 26 27 28<br />";
echo " 29 30 31";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment