select * from your_table where year(curdate()) = year(startdate) and month(curdate()) = month(startdate)