| Showing entries 1 to 2 |
where signupdate between '2008-01-01' and '2008-01-02'then you might not see all the data between the days 01 to 02.
or
where signupdate between date('2008-01-01 00:00:00') and date('2008-01-02 00:00:00')
| Showing entries 1 to 2 |