I am currently writing a program in Visual Basic .NET and need to be able to
find the day of the week when given the date (Ex. 1/20/07). Once the
function is given the date it will the deliver the day such as Sunday,
Monday, Tuesday and so on. Thank you very much.
b89