文件名称:PHP日历控件代码
文件大小:2KB
文件格式:TXT
更新时间:2018-06-17 16:36:01
日历控件
$year = @$_GET['year']; //获得链接的年份 $month = @$_GET['month']; //获得链接的月份 if (empty ($year)) $year = date("Y"); //初始化为本年度的年份 if (empty ($month)) $month = date("n"); //初始化为本月的月份
文件名称:PHP日历控件代码
文件大小:2KB
文件格式:TXT
更新时间:2018-06-17 16:36:01
日历控件
$year = @$_GET['year']; //获得链接的年份 $month = @$_GET['month']; //获得链接的月份 if (empty ($year)) $year = date("Y"); //初始化为本年度的年份 if (empty ($month)) $month = date("n"); //初始化为本月的月份