Created
February 20, 2012 06:40
-
-
Save asonas/1868154 to your computer and use it in GitHub Desktop.
yky_birthday
This file contains 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 | |
$yky_birthday = '1993-01-12'; | |
$hitday = date('Y-m-d', strtotime($yky_birthday.'- 280 day')); | |
echo $hitday."\n"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment