Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Day of week 1

Status
Not open for further replies.

TheConeHead

Programmer
Aug 14, 2002
2,106
US
If I can provide a date (m,d,yy) can I get the day of the week that is on?

[conehead]
 
You can use the DateName function.
Code:
datename(dw, '3/25/2005')
will return Friday.

Dan.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top