" ; echo strtotime("3 October 2005") , "
"; echo strtotime("+5 hours") , "
" ; echo strtotime("+1 week") , "
" ; echo strtotime("+1 week 3 days 7 hours 5 seconds") , "
" ; echo strtotime("next Monday") , "
"; echo strtotime("last Sunday") ;