Adding a year onto date()
Posted: Thu Jul 22, 2004 2:14 pm
I was wondering how I could add a year onto my current date function which is:
Its for an expiry password like the year is 2004, I want it to be 2005 stamped into the database. (the best I can explian) :O
Code: Select all
$date = date("F j, Y");