Would like to retrieve all days and date for a given month. Have this currently which shows all the days for the current month, but how do I parse in a specified month instead?<
you may use $list[]=date('Y-M-D', $time);
$list[]=date('Y-M-D', $time);
Reference