codeigniter-mongodb-library icon indicating copy to clipboard operation
codeigniter-mongodb-library copied to clipboard

set condition on the date

Open ghasemsabery opened this issue 5 years ago • 0 comments

i created one field of date type in database ( $this->mongo_db->date() ) so my question is that how can i get condition on this filed . for example how can i return before's dates and later's dates . also i cant use these functions $this->mongo_db->where_lte() actually input is of type float and date is of type object

ghasemsabery avatar Jun 22 '19 06:06 ghasemsabery