TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lwbc64
NA
2
0
Dates
Nov 20 2004 6:42 AM
I'm trying to figure the dates of Weds and Saturday for given month in VB.Net. I did it in Visual Basic 6 using this: Dim getdate As Date Dim getdate1 As Date getdate = Date - Weekday(Date + 7, 0) + 7 getdate1 = Date - Weekday(Date + 3, 0) + 7 But in VB.Net this doesnt work. I tried: getdate = Today - Weekday(Today + 7, 0) + 7 getdate = Today - Weekday(Today + 3, 0) + 7 It doesn't work. I've been trying to figure this out for the past 4 hours. Please help. Thanks
Reply
Answers (
0
)
Multiple files in different namespace
problem about how to invoke os format command in C#