Tag: eomonth
-
Finding END of Month in SQL Server Denali Using EOMONTH function
Today we are going to see a new datetime function that’s introduced with SQL Server Denali. This function is expected by many of the developers, this function will let you know the last date of a month. It’s EOMONTH(), you can pass the date as input , it will give you the end date of…