I have a couple of strtotime("NOW")'s in my database, I want to just display them as a standard d/m/y format?
how can I do it?
[man]date/man
how can I add one year to a date? weather it be in strtotime() format or "12th Feb 2004" format?
strtotime('+1 year', $timestamp);