Home >Backend Development >PHP Tutorial >用PHP显示当前日期_PHP

用PHP显示当前日期_PHP

WBOY
WBOYOriginal
2016-06-01 12:31:33929browse
  

把下列代码放到网页的指定显示位置:


= gmdate("M d Y", mktime(now));

echo ;

?>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn