TP3.2 日期默认格式
Posted jiqing9006
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TP3.2 日期默认格式相关的知识,希望对你有一定的参考价值。
<input type="text" id="create_time" name="create_time" required="" autocomplete="off" class="layui-input" value="{$result['create_time']?$result['create_time']|date='Y-m-d',###:''}">
用三元运算符,且必须用方括号的方式。
如果没有,就不展示日期。
如果有,则转换成日期的格式。
以上是关于TP3.2 日期默认格式的主要内容,如果未能解决你的问题,请参考以下文章