Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding Sundays
Message
From
12/04/2000 12:08:15
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
12/04/2000 12:02:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00358746
Message ID:
00358754
Views:
12
>I need to find all Sundays in a given month.
>
>Thanks and Gog Bless,
>S.Dyke


lparameters tnMonth, tnYear
ldStart=ctod("^"+str(tnYear,4)+"/"+padl(int(tnMonth),2,"0")+"/"+"01")
ldEndDay = gomonth(ldStartDay,1)-day(gomonth(ldStartDay,1))
for ix = 0 to day(ldEndDay)
 ? ldStart+ix, dow(ldStart+ix,2) = 7 && Sunday
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform