Hi everyone - I’m hoping to find friendly help with a problem.
I started off with a form that used type=date this carries the date format to the DB as YYYY-MM-DD
i was using MM-DD-YYYY to comapre to DB dates but since then decided to change the compare same format
my code i’m using is
now the strange thing I can’t figure out is the date held in $today = 2014-03-11
the date held in the DB is showing the same 2014-03-11
but the query EVEN when ran though sql isn’t picking up anything as if the dates are not the same??
any suggestions?