SQL Server - DATEADD() , DATEDIFF() Functions
Using the sql server DATEADD and DATEDIFF functions ... DATEADD Function Date math is an important part of working with SQL. Using the DATEADD function you can add or subtract a datepart (month, day, year, week, hour, minute, second) from a date....