源代码
"); echo(strtotime("5 September 2016") . "
"); 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")); ?>
运行结果