thinkPHP的模版格式化时间的问题
我在模版上格式化时间
HTML code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><eq name="vo.rectype" value="1">{$vo['recstart']|date="Y-m-d H:i:s",###}</eq><eq name="vo.rectype" value="2">{$vo['recstart']|date="Y-m-d",###}</eq>
怎么输出的是
HTML code<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1970-01-01
这是为什么啊? 急求。。。。
------解决方案--------------------不会啊 ,帮你顶一下
------解决方案--------------------date()函数是那么用的?不是date("Y-m-d H:i:s")这样?
------解决方案--------------------{$vo['recstart']}输出的是什么?
------解决方案--------------------应该是$vo['recstart']的值为null或者为0了,导致输出的时间为1970-01-01。
你再检查下你后台的赋值。
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn