<?php //Initial dates in the format DD-MM-YYYY $small_date = "12-10-2010"; ... $day=date("t",mktime(0,0,0,$month,$date,$year)); // Already you have 1 month ...
確定! 回上一頁