Created
August 4, 2015 03:57
-
-
Save naru0504/68ead1df1e3c45f2d60a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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