On Thursday 10 October 2002 18:37, Jack wrote:
> Dear all
> I'm trying to make a script which will show the month before current month!
> Is there anyway i can do this?
>
> Example :
>
> Current                    Pervious
>
> October                    September

date("F", strtotime("last month"));

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
You will be aided greatly by a person whom you thought to be unimportant.
*/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to