热点

WordPress 时间日期函数

发布: 2023年12月25日阅读: 3,259

wordpress 时间日期 the_time

我们用wordpress系统进行网站建设开发网站时,关于wordpress的时间相关函数应用,以及wp的时间显示函数。

 

1、输出 2023-12-25

<?phpthe_time('Y-m-d');?>

 

2、输出时间,如:10:35:28

<?phpthe_time('G:i:s');?>

 

3、输出 2023年12月25日

<?phpthe_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() 函数等。

 

 

 

 

 

 

推荐阅读

上海松一500强企业官网建设案例赏析——米其林轮胎500强网站建设3,4122020-06-05

wordpress调用指定分类目录文章的方法wordpress3,3992021-10-05

2024松一科技SE商标注册成功SE商标2,0772024-07-16

上海松一与捷捷微电股份集团官网建设项目网站建设3,0202022-04-06