# 织梦CMS各类页面调用时间标签大全

*Published:* 2023-12-27
*Author:* 客服001

#### 温馨提醒

如果文章内容或图片资源失效，请留言反馈，我们会及时处理，谢谢

本文最后更新于2023年12月27日，已超过 180天没有更新



一：首页的[时间](https://www.xarjtc.com/tag/%e6%97%b6%e9%97%b4 "查看时间此标签更多文章")调用[标签](https://www.xarjtc.com/tag/%e6%a0%87%e7%ad%be "查看标签此标签更多文章")

```
样式：08-07 标签：[field:pubdate function='strftime("%m-%d",@me)'/]
样式：August 07, 2017 标签：[field:pubdate function='strftime("%b %d, %Y",@me)'/]
```

二：内容页面调用时间的标签

```
样式：2017-08-07 标签：{dede:field name='pubdate' function='GetDateMk(@me)'/}
样式：August 07, 2017 标签：{dede:field name='pubdate' function='strftime("%b %d, %Y",@me)'/}
```

三：织梦列表页调用时间标签

```
2017-08-07 标签：[field:pubdate function="GetDateMK(@me)"/]
2017-08-07 16:05:02 标签：[field:pubdate function="GetDateTimeMK(@me)"/]
```

四：织梦常用的时间调用标签

```
样式：2017年8月7日 16:05:02 标签：{dede:field name='pubdate' function='strftime("%Y年%m月%d日 %H:%M:%S","@me")' /}
样式：2007-8-7 16:05:02 标签：{dede:field name='pubdate' function='strftime("%Y-%m-%d %H:%M:%S","@me")' /}
样式：2017年8月7日 16时05分02秒 标签：{dede:field name='pubdate' function='strftime("%Y年%m月%d日 %H时%M分%S秒","@me")' /}
样式：8-7 16:05:02 标签：{dede:field name='pubdate' function='strftime("%m-%d %H:%M:%S","@me")' /}
样式：8-7 标签：{dede:field name='pubdate' function='strftime("%m-%d","@me")' /}
```