Dear all,
How can I use where function to display rows between two dates?
Thanking you in advance
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 15 October 2015 - 20:22 PM
Dear all,
How can I use where function to display rows between two dates?
Thanking you in advance
Posted 27 October 2015 - 01:12 AM
why u just dont use where('date_field >=', $some_date) and where('date_field <=',$some_date)?