Find Day Name Of Specied Date !

A

Adam Knight

Huge thank you to those who posted thought relating to my previous post
regarding dates.
I have another enquiry, that being how do i find what day name (ie: Monday)
is associated to a given date.

Adam
 
D

dlbjr

Function GetDayName(dtmDate)
GetDayName = "Error"
If IsDate(dtmDate) Then
GetDayName = WeekDayName(WeekDay(dtmDate))
End If
End Function

'from dlbjr

'Unambit from meager knowledge of inane others,engender uncharted sagacity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,291
Messages
2,571,453
Members
48,138
Latest member
DongGell95

Latest Threads

Top