基本语法: 函数一: function=cn_substr(@me,200)(功能:获取指定数值的字符串) 函数二: function=html2text(@me)(功能:去掉html样式,转换为纯文本字符) 函数三: function=GetDateTimeMk(@me)(功能:根据秒数返回时
基本语法:
函数一:
function=cn_substr(@me,200)(功能:获取指定数值的字符串)
函数二:
function=html2text(@me)(功能:去掉html样式,转换为纯文本字符)
函数三:
function=GetDateTimeMk(‘@me’)(功能:根据秒数返回时间)
函数四:
function=“GetDateMK(@me) (功能:根据秒数返回日期)
函数五:
function=‘strftime(“%m-%d”,@me)’(功能:根据秒数返回格式化的日期或者时间,php自带的函数)
首页:
08 [field:pubdate function=strftime('%d',@me)/]
08 日 [field:pubdate function=strftime('%d日',@me)/]
06-08 [field:pubdate function=strftime('%m-%d',@me)/]
06月08日 [field:pubdate function=strftime('%m月%d日',@me)/]
09-06-08 [field:pubdate function=strftime('%y-%m-%d',@me)/]
2009-06-08 [field:pubdate function=strftime('%Y-%m-%d',@me)/]
09年06月08日 [field:pubdate function=strftime('%y年%m月%d日',@me)/]
2009年06月08日 [field:pubdate function=strftime('%Y年%m月%d日',@me)/]
2009-06-08 13:28 [field:pubdate function=strftime('%Y-%m-%d %H:%M',@me)/]
列表页:
[field:pubdate function="GetDateTimeMK(@me)"/]==2008-1-1 18:30:02
[field:pubdate function="GetDateMK(@me)"/]==2008-05-15
函数六:
function=‘str_replace(“lit_”,“”,@me) (功能:替换字符串)
函数七:
function=MyDate(‘m-d’,@me) (功能:返回格林威治标准时间)
组合函数:
function="html2text(cn_substr('@me',200))"(功能:提取指定个数的字符串并去掉html样式,转换为纯文本字符)
{dede:sql sql="select * from wmd_arctype where topid=3"}
<a class="server_case_li" href="[field:typedir function=str_replace('{cmspath}','',@me) /]">
<div><span>[field:typename /]</span></div>
[field:id runphp='yes']
global $dsql;
$id=@me;
$sql="select * from wmd_archives where typeid=".$id." order by pubdate desc limit 0,1";
$dsql->SetQuery($sql);
$dsql->Execute();
$rows=$dsql->GetOne();
@me=$rows['litpic'];
@me="<img src='@me'>";
[/field:id]
</a>
{/dede:sql}
举例:
{dede:field.content function="Html2Text(cn_substr('@me',110))" /}
织梦狗模板
织梦dedecms常用函数整理汇总


最新VIP资源
猜你喜欢
- 织梦dedecms后台模块管理空白不显示的解决方法 2023-10-02
- 织梦dedecms后台缩略图本地上传图片加水印 2023-10-02
- dedecms首页添加根据IP访问区域跳转对应页面的方法 2023-07-29
- dedecms实现任意页面调用会员信息的办法 2023-10-01
- dedecms友情链接不能上传logo图片的解决办法 2023-09-18
- 织梦Dedecms一键切换全站静态或动态浏览的方法 2023-10-27
- 织梦dedecms搜索结果页伪静态教程 2023-10-07
- 织梦dedecms编辑器添加新功能按钮 2023-10-20
- dedecms织梦获取文档当前栏目所在目录链接URL 2023-08-12
- 织梦dedecms复制文章自动加上版权信息功能的实现 2023-09-17