php函数返回当前季度

function current_quarter(){
	return ceil((date('n'))/3);
}

posted on 2022-09-09 11:10  小馬過河﹎  阅读(39)  评论(0)    收藏  举报

导航