Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Days of year
Message
From
29/12/2005 12:29:01
 
 
To
29/12/2005 12:24:56
Chandan Chakraborty
Bangiya Gramin Vikash Bank
Raiganj, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01081717
Message ID:
01081720
Views:
8
Hi,
FUNCTION NoOfDaysInYear(lnYear)
 RETURN DATE(lnYear+1,1,1) - DATE(lnYear,1,1)
ENDFUNC

lnDays = NoOfDaysInYear(2005)
?INT(lnDays/11), MOD(lnDays,11)
?!

Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform