Not returning Data

Hi

 I have the below  line 

$accounts = $accountsBean->get_full_list('', "accounts.date_entered > SUBDATE(NOW(),2)");

It should return data of date 10-09-2016 but it is not returning 

There are 2 records of this date

Thanks