如何显示当前日期

时间:2016-10-02 10:00:48

标签: php

我希望有人能帮助我。我只想在这里显示当前日期。但我的代码不起作用,任何想法?提前谢谢你。 :)

image of the problem. click this to view. it must "october 2, not 3."

这是我的代码。

<div class="breadcrumbs"><?php print date('F j, Y l'); ?></div>

1 个答案:

答案 0 :(得分:0)

在代码的第一行添加此内容

date_default_timezone_set("your country");

http://www.php.net/manual/en/timezones.php