N
Niall Morgan
Guest
Hi Would anyone be able to point me in the direction of how to calculate the first and last date in a quarter based on any given date as a param I can get the first and last date of a month using ASSIGN dtFirstOfMonth = DATE(MONTH(dtDate),1,YEAR(dtDate)) dtLastOfMonth = dtFirstOfMonth + 31 - DAY(dtFirstOfMonth + 31). but not sure how i would get a full quarter based on any given date ?
Continue reading...
Continue reading...