Hi Everyone,
I am using
in order to find the current fiscal quarter.
Is there an easy way to get the first and last dates in the current quarter? For example, if today is 8/6/09, then the first date in the quarter would be 7/1/09 and the last date would be 10/31/09.
Any help would be really appreciated.
Thank you!
Joseph
I am using
Code:
datename(quarter,getdate())
Is there an easy way to get the first and last dates in the current quarter? For example, if today is 8/6/09, then the first date in the quarter would be 7/1/09 and the last date would be 10/31/09.
Any help would be really appreciated.
Thank you!
Joseph