hello.
I am writing a calender in php.
I need a date library with some standard date conversions etc...
for example: i need a function to accept a date, and return a day of the week,
i.e. $day = convert_date($date); where $date=01-01-2001 etc....
and the returned $date would be Mon, Tues, Wed etc...
If anyone has done the work..or knows of any source, please post the answers..
as always..thanks in advance
khalid