本文档由橙子博客维护
基本语法
{sdcms.getdate($rs[createdate],".",0)} | 月.日 | 如:12.14 |
{sdcms.getdate($rs[createdate],".",1)} | 年.月.日 | 如:2008.12.14 |
{year($rs[createdate])} | 获取年份 | 如:2008 |
{month($rs[createdate])} | 获取月份 | 如:12 |
{day($rs[createdate])} | 获取日期 | 如:14 |
自用函数formatdate
调用方法:
列表:{sdcms.formatdate($rs[createdate],".",1)}
内容: {sdcms.formatdate(createdate,".",1)}
case 1 ' yyyy-mm-dd case 2 ' yy-mm-dd case 3 ' mm-dd case 4 ' yyyy-mm-dd hh:mm:ss case 5 ' hh:mm:ss case 6 ' yyyy年mm月dd日 case 7 ' yyyymmdd case 8 'yyyymmddhhmmss case 9 ' mm-dd hh:mm:ss