Home | Mirror | Search

5. 日期比較

		
if(strftime('%Y-%m-%d',strtotime('2009-04-19')) <= date('Y-m-d')){
	to-do ...
}
		
		
comments powered by Disqus