strtotime shrine
acceptable input formats on gnu.org
Here are some ways an enterprising young programmer may use this function:
Code Result <?php echo date('m/d/Y h:i:s', strtotime('next tuesday')); ?>01/31/2012 12:00:00 <?php echo date('m/d/Y h:i:s', strtotime('noon monday')); ?>01/30/2012 12:00:00 <?php echo date('m/d/Y h:i:s', strtotime('10 years ago')); ?>01/28/2002 06:17:36 <?php echo date('m/d/Y h:i:s', strtotime('third monday 10 years ago')); ?>01/02/2002 12:00:00 <?php echo date('m/d/Y h:i:s', strtotime('my birthday')); ?>12/31/1969 07:00:00 ![]()
My Blog. If you want to leave me a comment about this site, you could do it here but you have to register because I don't want any blog comment spam.