在调用时间格式的时候想用不同的时间格式,但是只知道一两种格式,织梦一共有多少种格式?
<p>在时间格式中,只要你知道年月日和时分秒都用什么代替,至于时间的格式就可以根据自己的需要来调试,喜欢用什么样的格式就可以用什么样的代码代替:Y-年 m-月 d-日 H-小时 M-分 S-秒。这里也有一些样式可以供你参考:</p>
<p>{dede:field name=’pubdate’ function=’strftime(“Y年m月d日 H:M:S”,”@me”)’ /} 调用出来的效果:2007年1月1日 18:30:02</p>
<p>{dede:field name=’pubdate’ function=’strftime(“Y-m-d H:M:S”,”@me”)’ /} 调用出来的效果:2007-1-1 18:30:02</p>
<p>{dede:field name=’pubdate’ function=’strftime(“Y年m月d日 H时M分S秒”,”@me”)’ /} 调用出来的效果:2007年1月1日 18时30分02秒</p>
<p>{dede:field name=’pubdate’ function=’strftime(“m-d H:M:S”,”@me”)’ /} 调用出来的效果:1-1 18:30:02</p>
<p>{dede:field name=’pubdate’ function=’strftime(“m-d”,”@me”)’ /} 调用出来的效果:1-1</p>
- 本文固定链接: http://www.seor.com.cn/post/106.html
- 转载请注明: wuyou387 于 站长服务 发表
《本文》有 0 条评论