Forum Moderators: coopster
Teresa
Thanks for taking the time to respond. I appreciate it.
I have recently made a calendar, and likewise i didn't know how efficient the method would be, but it works.
When i was using values i did something like this...
$cal_date = mktime(0, 0, 0, date("m", $cal_date), date("d", $cal_date)+1, date("Y", $cal_date)); date("d", $cal_date) to get the list of numbers. I also used a lot of (probably inneficient) code to arrange this into monthly grids and do varying formatting things using loops of varying descriptions.
Hope this can help in some way.
Cheers
Richard