名站网址导航为大驾家提供DedeCMS站点程序站点教程相关的知识,比如织梦程序安装教程,织梦程序系统故障等教程。
咱们在做自定义表单的时候,不得不添加一个时间字段,但是,为了方便用户不去手动添加,所有咱们让系统自动获取填写的时间。
下面我来说下具体操作步骤:
网站的后台自定义表单添加一个时间字段shijian
<input type='hidden' name='shijian' id='shijian' placeholder="" > <script 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("shijian").value=str; } </script>
关于DedeCMS站点程序站点教程相关的知识,就说到这里了希望能帮助朋友们。把数据保存到数据库主表 `yx_archives` 时出错,请把相关信息提交