No, this won't be a problem.  I also suggest using a unix timestamp.  It's
the easiest way of doing it.

tyler

----- Original Message -----
From: "Scott St. John" <[EMAIL PROTECTED]>
To: "John S. Huggins" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 07, 2002 8:55 AM
Subject: Re: [PHP] adding 60 to a date


> Will the fact that the server is on NT be a problem?
>
> On Tue, 7 May 2002, John S. Huggins wrote:
>
> > On Tue, 7 May 2002, Scott St. John wrote:
> >
> > >-Morning....
> > >-
> > >-I am working on a password aging system that will force a user to
change
> > >-their password every 60 days.  Can anyone recommend the best method
for
> > >-taking the current date and adding 60 days to that number?  Should I
do a
> > >-unix timestampe and add or strtotime and add 60 days?
> >
> > Yes, using the unix timestamp is most frequently the wise thing to do -
at
> > least for me :-|
> >
> > Just add 5,184,000 seconds to the current timestamp.
> >
> > **************************************
> >
> > John Huggins
> > VANet
> >
> > [EMAIL PROTECTED]
> > http://www.va.net/
> >
> > **************************************
> >
> >
> >
>
> --
>
>
>
> --
> 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

Reply via email to