시간함수 strtotime

Posted by Albert 4806Day 1Hour 15Min 40Sec ago [2012-02-22]

echo strtotime("now"), "\n";
echo
strtotime("10 September 2000"), "\n";
echo
strtotime("+1 day"), "\n";
echo
strtotime("+1 week"), "\n";
echo
strtotime("+1 week 2 days 4 hours 2 seconds"), "\n";
echo
strtotime("next Thursday"), "\n";
echo
strtotime("last Monday"), "\n";



LIST

Copyright © 2014 visionboy.me All Right Reserved.