codeigniter-mongodb-library
codeigniter-mongodb-library copied to clipboard
set condition on the date
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