select month(now()) as 'current month';
select date_format(now(),'%m') as 'current month';
Login to post response