Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
YEAR() ?
Message
From
07/06/2001 17:10:05
 
 
To
07/06/2001 16:59:45
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00516651
Message ID:
00516668
Views:
14
This message has been marked as the solution to the initial question of the thread.
"Budget Year: " + ;
IIF(DATE()<= date(YEAR(DATE()), 6, 30), ALLTRIM(STR(YEAR(DATE())-1))+" - "+;
ALLTRIM(STR(YEAR(DATE()))), ALLTRIM(STR(YEAR(DATE())))+" - "+;
ALLTRIM(STR(YEAR(DATE())+1)))
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform