Jun 15, 2002 #1 Shrp IS-IT--Management Jan 9, 2002 82 US When given a date in vbscript, is there a function to figure out what day of the week it fell on? Thanks!
When given a date in vbscript, is there a function to figure out what day of the week it fell on? Thanks!
Jun 15, 2002 #2 SarkMan Programmer Apr 1, 2002 182 US weekdayname(weekday(YourDateHere)) Upvote 0 Downvote
Jun 15, 2002 Thread starter #3 Shrp IS-IT--Management Jan 9, 2002 82 US Thanks! Which functions extract the date, month, and year from a date field? Where can I find a list of functions? Upvote 0 Downvote
Thanks! Which functions extract the date, month, and year from a date field? Where can I find a list of functions?
Jun 15, 2002 Thread starter #4 Shrp IS-IT--Management Jan 9, 2002 82 US Nevermind. Found it Thanks again! Upvote 0 Downvote