I want to fetch the dates for Fiscal weeks in this month.
Ex:
The input from the user is like this 'Thursday';1;3
I have to schedule a job in sql server where it should run every first and third fiscal Thursday. The user has the option to update the above value like 'Tuesday';2;4.
So i want a function to generate dates in the month for Thursday 1 Firscal week of this month and 3rd respectively.
Start Free Trial