⚠ 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. ⚠

  •     

profile picture

use of where to find values between two dates



kabin.tamrakar

kabin.tamrakar
  • profile picture
  • Member

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


Paul Savostin

Paul Savostin
  • profile picture
  • Member

Posted 27 October 2015 - 01:12 AM

why u just dont use where('date_field >=', $some_date) and where('date_field <=',$some_date)?