date methd to get the months last date from current date sql code example
Example: get current month last date in sql server
SELECT EOMONTH('2019-02-15') end_of_month_feb2019;
SELECT EOMONTH('2019-02-15') end_of_month_feb2019;