> I expect there's actually several ways, although I'm thinking it's likely
> that none of them is blindingly obvious. Personally, I think I'd be
> inclined to do it like this:
>
> $mth = 9;
> echo date('F', mktime(12,0,0, $mth));
>Interesting. Thanks a bunch for the tip, Mike. Appreciate it. Bing -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

