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

Forum statistics

Threads
474,149
Messages
2,570,842
Members
47,388
Latest member
EarthaGilm

Latest Threads

Top