xampp无法设置默认时间,修改了时间还是无效 [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone date.timezone =Asia/Hong_Kong 重启阿帕奇无效 晚上一直折腾,除非自己设置时区,要不一直都是不能起效果 后面,把php.ini修改后复制一份到xampp下面的cgi-bin目录,重启阿帕奇,终于生效了.…
//给eayui datebox设置初始值 $("#ctime").datebox("setValue", function(){ var date = new Date(); var ctime = date.getFullYear()+'-'+(date.getMonth()+1)+'-'+date.getDate(); return ctime; });//获取datebox值var time = $("#ctime").datebox(&…