i have one form where i have the following field
Date: (default value=today) where the user gets today's date
in my query i want to have a selection on all posts between today's date and 6 months back in time how should i write the
"code"?
i cant just write Between 2002-04-30 and 2002-10-30 since the last date is dynamic (todays date)
any ideas???
Date: (default value=today) where the user gets today's date
in my query i want to have a selection on all posts between today's date and 6 months back in time how should i write the
"code"?
i cant just write Between 2002-04-30 and 2002-10-30 since the last date is dynamic (todays date)
any ideas???