Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function returning total number of days in month
Message
From
28/03/2006 07:41:54
 
 
To
28/03/2006 07:25:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01108295
Message ID:
01108299
Views:
14
This message has been marked as the solution to the initial question of the thread.
>I'm looking for a function that will return the total number of days in a month e.g. 30 or 31 and February 28 or 29.
>
>Thanks

Irene,
yy = 2006
mm = 2
?gomonth(date(yy, mm, 1), 1) - date(yy, mm, 1)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform