SQL Server User-Defined Date Functions¶
-
Computes for the age given the birth date and the reference date.
-
Returns the input date removing the time portion.
-
Returns the first day of the week for a given date.
-
Returns the first day of the month for a given date.
-
Returns the first day of the quarter for a given date.
-
Returns the last day of the month for a given date.
-
Returns the number of days in a month.
-
Returns the number of days in a year.
-
Computes for the age given the birth date and the reference date.