Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quarter() in FPD
Message
From
12/03/2004 09:52:59
 
 
To
11/03/2004 13:00:22
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00885291
Message ID:
00885596
Views:
10
This message has been marked as a message which has helped to the initial question of the thread.
FUNCTION fn_QUARTER(dtValue,iStart)
	RETURN FLOOR((MONTH(m.dtValue)-m.iStart)/3)%4+1
ENDFUNC
fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform