织梦dedecms自定义表单中加入用户提交时间织梦技
导读:织梦技巧织梦技巧一、在自定义表单中添加字段 添加时间字段 timesj 二、在调用表单的页面中加入 input name=timesj value= type=hidden i网站seo优化诊断工具seo网站优化。
一、在自定义表单中添加字段 添加时间字段 timesj 二、在调用表单的页面中加入 input name=timesj value= type=hidden id=timesj style=width:250px; class=intxt / script type=text/javascript window.onload = function() […]
一、在自定义表单中添加字段 添加时间字段 timesj 二、在调用表单的页面中加入 <input na网站seo优化me="timesj" value="" type="hidden" id="timesj" style="width:250px;" class="intxt" /> <scr网站优化seo培训ipt type="text/javascript"> window.onload = function(){ var nowDate = new Date(); var str = nowDate.getFullYear()+"-"+(nowDate.getMonth() + 1)+"-"+nowDate.getDate()+" "+nowDate.getHours()+":"+nowDate.getMinutes()+":"+nowDate.getSeconds(); document.getElementById("timesj").value=str; } </script> 或者 <input type="hidden" name="timesj" id="timesj" value="{dede:php} echo $showtime=date('Y-m-d H:i:s');{/dede:php}" /> 此种方法好像生成的时间是静态的。 或者 <input type="hidden" name="timesj" id="timesj" /> <script language="javascript" type="text/javascript"> var wdtime= new Date(); document.getElementById("timesj").value=wdtime.toLocaleString(); </script> 以上表单中使用了type=hidden,所以是隐藏模式。 三、网seo优化趋势在系统模板中添加 plus/diy_list.htm 42的else前面或后面加入 if($fielddata[1]=='datetime') { $fields[$field] = GetDateTimeMk($fields[$field]); } 经过以上三步的处理,用户在前台填表后,管理后台就能看到用户添加的时间了。相关网站seo优化诊断工具seo网站优化。声明: 本文由我的SEOUC技术文章主页发布于:2023-05-26 ,文章织梦dedecms自定义表单中加入用户提交时间织梦技主要讲述自定义,表单,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_9474.html