文章介绍
1 | 添加自定义字段:提交时间–>tijiaoshijian
2 | 在模版中添加如下代码即可
window.onload = function(){
var nowDate = new Date();
var str = nowDate.getFullYear()+”-“+(nowDate.getMonth() + 1)+”-“+nowDate.getDate()+” “+nowDate.getHours()+”:”+nowDate.getMinutes()+”:”+nowDate.getSeconds();
document.getElementById(“tijiaoshijian”).value=str;
}
首页 >
织梦DedeCMS自定义表单显示提交时间的方法
织梦DedeCMS升级后官方的链接"Power by织梦DedeCMS"去除方法 | 织梦DedeCMS升级后官方的链接"Power by织梦DedeCMS"去除方法 ...