专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
//由年、月、日合成日期 function dateserial($nyear,$nmonth,$nday) { return date(\"Y/n/j\",mktime(0,0,0,$nmonth,$nday,$nyear)); } $now_rq=date(\"Y/n/j\");//去现在的日期 $year=date(\'Y\');//取得年 $month=date(\'m\');//取月 $month=date(\'j\');//取日 //由月份取得所在季度的第一天和最后一天 switch($month){ case 1: case 2: case [阅读全文] [PDF]
1 共1条 分1页