|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to find specific date?Hi all,
I need to find a specific, for example the third friday of a given month/year. How to do that? thanks :) It should be something like this
Dim myDate as new date(year,month,1) Do While myDate.DayOfWeek <> Friday myDate = myDate.AddDay(1) Loop myDate = myDate.AddWeeks(2) That should give you third friday of given year/month. Show quoteHide quote > Hi all, > > I need to find a specific, for example the third friday of a given > month/year. How to do that? > > thanks :)
Create new "me"
Think BEFORE you post. Or in MsgBox Function What in the world is my prof trying to say? Dealing with MsgBox How to figure this one out - "The isnull function requires 2 argument(s)" vb.net 2003 Data Wizard Form time formatting error Command line argument UserControl(?) Question refrence a form object using a varible. |
|||||||||||||||||||||||