首页 > 教程 >

织梦dedecms时间/日期调用方法

2023-03-30教程围观

简介首页、列表页调用标签1、09-21样式[field:pubdatefunction='strftime("%m-%d",@me)'/]或[field:pubdatefunction="MyDate('m-d',@me)"/]2、Sep.21,2015样式[field:pubdatefunction='strftime("%b%d,%Y",@me)'/]3、2015-09-21样式[field:pu

  

首页、列表页调用标签

1、09-21样式

[field:pubdate function='strftime("%m-%d",@me)'/]

 
[field:pubdate function="MyDate('m-d',@me)"/]

2、Sep. 21, 2015样式

[field:pubdate function='strftime("%b %d, %Y",@me)'/]

3、2015-09-21样式

[field:pubdate function="MyDate('Y-m-d',@me)"/]

[field:pubdate function="GetDateMK(@me)"/]

下载链接:网站源码/小程序源码/网站模板下载

Tags: 织梦 方法 时间 调用 日期