[Progress Communities] [Progress OpenEdge ABL] Forum Post: Calculating the first and last date in a quarter

  • Thread starter Thread starter Niall Morgan
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top