Finding date between start date and end date

Posted by Pankaj Khurana on Stack Overflow See other posts from Stack Overflow or by Pankaj Khurana
Published on 2010-04-15T10:14:03Z Indexed on 2010/04/15 10:23 UTC
Read the original article Hit count: 730

Filed under:

Hi,

I want to check whether a date is between start date and end date.

i have added a where class

where datepaid between '2010-04-01' AND '2010-04-15'

but the problem is that it excludes '2010-04-15'.

It should include end date also how can i do this?

Please help me on this

Regards,

pankaj

© Stack Overflow or respective owner

Related posts about mysql