Viewing post 1 (of 1 total)
I did sth like below to count Mondays in a month where the month is calculated from the date passed as parameter to the function:
CREATE FUNCTION fn_GetNumMondaysInMonth (@Date datetime) RETURNS...
August 20, 2019 at 8:29 am
#3672638