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?

Thanks,

-Scott



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

Reply via email to