一、在自定义表单中添加字段 添加时间字段 timesj 二、在调用表单的页面中加入 input name=timesj value= type=hidden id=timesj style=width:250px class=intxt script type=text/javascript window.onload = function(){ v […]
<input name="timesj" value="" type="hidden" id="timesj" style="width:250px" class="intxt">
或者
<input type="hidden" name="timesj" id="timesj" value="{dede:php} echo $showtime=date('Y-m-d H:i:s');{/dede:php}">
此种方法好像生成的时间是静态的。
以上表单中使用了type=hidden,所以是隐藏模式。
if($fielddata[1]=='datetime')