At 16:46 12.11.2002, Todd Cary spoke out and said:
--------------------[snip]--------------------
>I have an array of months (monthList) that I use for a drop-down.  I 
>would like to initialize the month to "ThisMonth" using "time()".  What 
>is the best way to get "November"? from "time()"?
--------------------[snip]-------------------- 

:)) rtfm, again and again :))

1) http://www.php.net/manual/en/function.date.php
2) try this:

date('F', time());


-- 
   >O Ernest E. Vogelsinger 
   (\) ICQ #13394035 
    ^ http://www.vogelsinger.at/

Reply via email to