I am looking for a way to get the number of days in the month using FoxPro and a little code. i.e. 30,31,28....
If I store the date before I run a program I can use the month to get the days, but just not sure on how to perform this?
Suggestions.
This is what I use to store the end of the month date.
STORE date() - day(date()): This gives me 09/30/2002, I need to know how many days in that month?
thanks,
If I store the date before I run a program I can use the month to get the days, but just not sure on how to perform this?
Suggestions.
This is what I use to store the end of the month date.
STORE date() - day(date()): This gives me 09/30/2002, I need to know how many days in that month?
thanks,