Home >Backend Development >PHP Tutorial >Typecho怎么获取文章最后的更新时间

Typecho怎么获取文章最后的更新时间

WBOY
WBOYOriginal
2016-06-06 20:14:182561browse

Typecho的主题开发,想获取文章的最后更新的时间

怎么实现?

获取发布时间的是 <?php $this->date('F jS , Y'); ?>

那么获取更新时间的是?

回复内容:

Typecho的主题开发,想获取文章的最后更新的时间

怎么实现?

获取发布时间的是 <?php $this->date('F jS , Y'); ?>

那么获取更新时间的是?

<code><?php echo date('Y 年 m 月 d 日', $this->modified);?></code>
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