how to get the day from a given date
I'm working on an asp app.
I want to do the following:
user enters a date in a textbox.
The app has to read the value in the textbox and has to look up which day it is.
example:
user enters: 15-4-2004
output would have to be: thu 15-4-2004
How do I accomplish this?
Thanks in advance
|