This query include the start and end date.
SELECT * FROM table WHERE datefield BETWEEN '<start date>' AND '<end date>'
Last Updated on October 26, 2015
This query include the start and end date.
SELECT * FROM table WHERE datefield BETWEEN '<start date>' AND '<end date>'