How do I search by day
I have a table with a date field with format: 2012-11-19
and i wish to SELECT results by day.
My Html: Search by day eg Tuesday
Then Mysql:
SELECT * FROM table WHERE date = Tuesday
And I will get results from Tuesdays only
Try this:
Check the link DAYNAME Function