{dede:php runphp='yes'}
$ntime = time();
@me=MyDate('Y年m月d日 h时m分s秒',$ntime); //时间样式根据需要更改'Y年m月d日 h时m分s秒'字样就可以了
{/dede:php}
函数mydate()就是获取当前时间,再到PHP中把值赋输出! 这样就完成了,前台网页文本框中会自动显示当前时间,通过发布传递给后台。
使用 date() 函数在您的网站上自动更新版本年份。
{dede:php runphp='yes'}
$ntime = time();
@me=MyDate('Y年m月d日 h时m分s秒',$ntime); //时间样式根据需要更改'Y年m月d日 h时m分s秒'字样就可以了
{/dede:php}
函数mydate()就是获取当前时间,再到PHP中把值赋输出! 这样就完成了,前台网页文本框中会自动显示当前时间,通过发布传递给后台。
使用 date() 函数在您的网站上自动更新版本年份。