Forum Replies Created

Viewing post 1 (of 1 total)

  • Reply To: Number of Mondays between two dates

    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...

Viewing post 1 (of 1 total)