A Database Error Occurred
Error Number: 1064
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and year(date)= order by date asc' at line 1
select *,DAYOFMONTH(date) as current_monthdate from calendar where month(date)= and year(date)= order by date asc