lc_Function2];
$dc->[Date_Calc_Function3];
etc, etc
--
Aaron Gould
Web Developer
Parts Canada
- Original Message -
From: "Greg Macek" <[EMAIL PROTECTED]>
To: "Noodle Snacks" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 1
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
"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 :
> >
> >
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 :
>
> CurrentPervious
>
> OctoberSeptember
date("F", strtotime("last month")
4 matches
Mail list logo