I have table with two columns (startdate & enddate) and I have two submission dates (2012-02-29 & 2012-03-30) I am trying to get the data between startdate (2012-02-29) and the enddate (2012-03-30)
I’ve tried
i.startdate between '2012-02-29' and i.enddate '2012-03-30'
but that didnt work, I’ve been googling this for hours with no clear answer, any help would be appreciated, thanks in advance.
If I understand correctly:
StartDateandEndDate, that describe a lengthy event.2012-02-29and2012-03-30.If this is correct then use this: