Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Days in a Month
Message
From
24/02/2003 19:37:00
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00757135
Message ID:
00757334
Views:
9
Here is a cute little program that tests out one of the algorithm. Just Run it from your command window:
CLEAR
idays = 1
DO WHILE idays <> 29
  tdate = DATE()+RAND()*10000
  idays = DAY(GOMONTH(tDate - DAY(tDate)+1,1)-1)
  ? tdate, idays
ENDDO
Carole Shaw
Fred Hutchinson Cancer Research Center

Eagles may soar, but weasels don't get sucked into jet engines.
Previous
Reply
Map
View

Click here to load this message in the networking platform