首页 > 教程 >
织梦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)"/] |
下载链接:网站源码/小程序源码/网站模板下载
上一篇:织梦CMS显示tags文章数量
下一篇:织梦cms新手教程数据备份