|
-
Dec 10th, 2003, 10:54 PM
#1
Thread Starter
PowerPoster
Day Of Week *SOLVED*
Is there a function similar to MonthName() to get the day of the week? I know there is WeekDay which returns a numeric number but i've already got the numeric number and I want to now get the day of the week. eg 1 would return Monday, 2 would return Tuesday.....
Last edited by lintz; Dec 10th, 2003 at 11:03 PM.
-
Dec 10th, 2003, 11:00 PM
#2
Not sure with your region, however try (WeekDayName):
VB Code:
MsgBox WeekdayName(Weekday(Date, vbMonday))
Bruce.
-
Dec 10th, 2003, 11:02 PM
#3
Thread Starter
PowerPoster
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|