Increase or Decrease Time The Easy Way
Last Updated: 2006-07-20
This will be very useful for timeout situations.
echo strtotime("+1 day"), "\n";Originally Posted by Skylinux @ 2006-07-19 22:21:21
echo strtotime("+1 week"), "\n";
echo strtotime("+1 week 2 days 4 hours 2 seconds"), "\n";
echo strtotime("now"), "\n";
echo strtotime("10 September 2000"), "\n";
echo strtotime("next Thursday"), "\n";
echo strtotime("last Monday"), "\n";
No Comments yet .....
Add Your Comment:
Note: All posts require administrator approval. Please allow 24 hours for message approval.