Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to display date and time in English by DEDECMS

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

DEDECMS如何显示英文日期时间?这个问题可能是我们日常学习或工作经常见到的。希望通过这个问题能让你收获颇深。下面是小编给大家带来的参考内容,让我们一起来看看吧!

DEDECMS怎么显示英文日期时间?

下面就说一下在dedecms如果把日期变成英文的.

时间格式:Saturday November-24 2007 07:49:45

要显示成这样的日期格式

1. 在列表页里,代码如下:

代码如下:

[field:pubdate function=strftime('%A %B-%d %Y %H:%M:%S',@me)/]

2. 在内容页里,代码如下:

代码如下:

{dede:field name='pubdate' runphp='yes'}@me=strftime('%A %B-%d %Y  %H:%M:%S',@me);{/dede:field}

dedecms日期时间标签

下面的内容将向大家详细的说明时间标签的使用情况,代码如下:

代码如下:

[field:pubdate function='strftime("%Y-%m-%d %H:%M:%S",@me)'/] 2008-11-01 11:11:52 [field:pubdate function='strftime("%y-%m-%d %H:%M:%S",@me)'/] 08-11-01 11:11:52 [field:pubdate function='strftime("%m-%d %H:%M:%S",@me)'/] 11-01 11:14:20 [field:pubdate function='strftime("%m-%d %H:%M",@me)'/] 11-01 11:14 [field:pubdate function='strftime("%y-%m-%d",@me)'/] 08-11-01 [field:pubdate function='strftime("%y年%m月%d日",@me)'/] 08年11月01日 [field:pubdate function='strftime("%Y年%m月%d日 %H点%M分%S秒",@me)'/] 2008年11月01日 11点17分36秒 [field:pubdate function='strftime("%b %d, %Y",@me)'/] Nov 01, 2008 [field:pubdate function='strftime("%A on %b %d, %Y, %X : %Z",@me)'/] Saturday on Nov 01, 2008, 11:21:06 : 中国标准时间

3. 参数分析如下:

%a 星期几的缩写。

%A 星期几的全名。

%b 月份名称的缩写。

%B 月份名称的全名。

%c 本地端日期时间较佳表示字符串。

%d 用数字表示本月的第几天 (范围为 00 至 31)。

%H 用24小时制数字表示小时数 (范围为 00 至 23)。

%I 用12小时制数字表示小时数 (范围为 01 至 12)。

%j 以数字表示当年度的第几天 (范围为001至 366)。

%m 月份的数字 (范围由 1 至 12)。

%M 分钟。

%p 以 'AM' 或 'PM' 表示本地端时间。

%S 秒数。

%U 数字表示为本年度的第几周,第一个星期由第一个周日开始。

%W 数字表示为本年度的第几周,第一个星期由第一个周一开始。

%w 用数字表示本周的第几天 ( 0 为周日)。

%x 不含时间的日期表示法。

%X 不含日期的时间表示法。

%y 二位数字表示年份 (范围由 00 至 99)。

%Y 完整的年份数字表示,即四位数。

%Z 时区或名称缩写。

%% % 字符。

感谢各位的阅读!看完上述内容,你们对DEDECMS如何显示英文日期时间大概了解了吗?希望文章内容对大家有所帮助。如果想了解更多相关文章内容,欢迎关注行业资讯频道。

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report