Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find the first day of a quarter
Message
From
21/01/2002 17:44:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00608056
Message ID:
00608068
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Does anyone have a quick way to determine the first day of the quarter based on a date?

Roi,

Based on a calendar year?
? date(year(ldate),3*(ceil((month(ldate))/3)-1)+1,1)
where ldate is the date in question...

HTH,
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform