Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting the last day.
Message
 
 
To
09/10/2001 15:36:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566150
Message ID:
00566151
Views:
16
>Hello at alls.
>How can I get the last month day.?
>For example if I send to the program 01-20-2001
>The system should know that the last day month is 31.
>TIA
ldDate = DATE()
? GOMONTH( ldDate - DAY(ldDate) + 1, 1 ) - 1
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform