hi,
i am wanting to get the date 7 days ago but wasnt sure how to do it.
something like:
$current_date = date("Y-m-d") - [seven days];
also, i would like to expand this to get the date 3/6 months ago or a
year ago. any ideas? cheers
burnsy
i am wanting to get the date 7 days ago but wasnt sure how to do it.
something like:
$current_date = date("Y-m-d") - [seven days];
also, i would like to expand this to get the date 3/6 months ago or a
year ago. any ideas? cheers
burnsy
Comment