get all records added in last 3 days
Posted: Wed Nov 01, 2006 1:44 pm
ive got a slight issue where im facing to display all records that were added in the last 3 days from the current date.
our table contains a field called joined and i store a date value in it like:
so what date functions would i use to display all records in the last 3 days?
our table contains a field called joined and i store a date value in it like:
Code: Select all
$joined = date('F j, Y, g:i a');