![]() |
| |||||||
| Sponsored Links |
![]() | « Previous Thread | Next Thread » |
| | LinkBack | Thread Tools | Display Modes |
|
#1
| |||
| |||
| Hi, I have a registration form for a exam to be hosted by a teacher. There are 3 drop down boxes and the teacher will select the date, month and year values from the drop down boxes when the teacher selects the values and hits submit I want to add the day name for the date he had selected So say for example the teacher selected 09/24/2008 So in the daytype field of the table i want to add Wedensday can someone tell me how i can do this todd |
| Sponsored Links |
|
#2
| |||
| |||
| Hi Todd You need something along the lines of... Code: Response.write(WeekdayName(Weekday(Date))) |
![]() |
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| date problem in access | todd2006 | SQL Development | 2 | August 17th, 2008 04:32 PM |
| date problem | todd2006 | SQL Development | 2 | July 7th, 2008 01:52 PM |
| date problem | todd2006 | SQL Development | 1 | May 12th, 2008 01:51 PM |