我现在也使用此代码在我的网站上显示时间:
<?php date_default_timezone_set('Asia/Tehran'); echo date('h:i:s'); ?>
但是使用此代码显示 06:00 而不是 18:00 请帮助我如何更改此代码以编辑此问题。
你可以这样使用-
echo date('H:i:s');
从手册:
h 12-hour format of an hour with leading zeros
H 24-hour format of an hour with leading zeros
H
不使用h