我们用wordpress系统进行网站建设开发网站时,关于wordpress的时间相关函数应用,以及wp的时间显示函数。
1、输出 2023-12-25
<?php the_time('Y-m-d');?>
2、输出时间,如:10:35:28
<?php the_time('G:i:s');?>
3、输出 2023年12月25日
<?php the_time('Y年m月d日');?>
4、输出 2023年12月25日 星期一
<? php the_time ( 'Y年m月d日 l' ) ; ?>
5、输出完整的日期,如 2023年12月25日 星期一 10:35:28
<? php the_time ( 'Y年m月d日 l G:i:s' ) ; ?>
我们通常会使用 wordpress 的 the_time() 系统函数之外,wordpress还有更多的时间函数,比如 get_the_time() 函数等。
© 版权声明
平台的所有内容均由人工智能模型生成或网络爬取,其生成内容的准确性和完整性无法保证,不代表我们的态度或观点
相关文章
暂无评论...