You could also check out this class someone wrote called Date_calc. It's a nice frontend to all sorts of date calculations you may run across. It's helping me quite a bit for my projects.
http://www.phpinsider.com/php/code/Date_Calc/ On Thu, 2002-10-10 at 06:04, Noodle Snacks wrote: > > "Jason Wong" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > 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")); > To find more about PHP's date/time functions go here: > > http://www.php.net/manual/en/ref.datetime.php > > in particular look at: > > date() -- Format a local time/date > mktime() -- Get UNIX timestamp for a date > time() -- Return current UNIX timestamp > strtotime() -- Parse about any English textual datetime description into a > UNIX timestamp > > > -- > JJ Harrison > [EMAIL PROTECTED] > > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php