get last date of month sql server code example Example: get current month last date in sql server Click to copySELECT EOMONTH('2019-02-15') end_of_month_feb2019;