偷懒了 懒得弄日期的标准表达

SELECT id,user_id,product_name,status,client_id,date 
FROM order_info
WHERE product_name in('C++','JAVA','Python')
and status ='completed'
and day(date)>15
order by id