i want to get a certain date
i use 3 select box first = year , second = month , third = day.
then i want to make a combined date out of it to enter into a database.
i have done
$date = mktime(0,0,0,$Year,$Month,$Day);
but now nothing seems to work, i think i have to make
use the function date on the mktime(...) but i am not too sure,
is it like $date= date(mktime(.....) )
will be obligised is sum1one could help me.






stupid American way of printing the date 

Bookmarks