alt.comp.lang.visualbasic.ver3
Discussion:
Finding day of the week
(too old to reply)
Magnus
2003-09-23 20:14:37 UTC
Permalink
Anyone knows if VB has a function returning day-of-the-week when using a
date as parameter??
Thanks
Dan Shelby
2003-09-24 18:16:31 UTC
Permalink
dim datework as string
format$("5-31-1931","dddd")
datework, in this case, should now have a value of "Sunday"
Post by Magnus
Anyone knows if VB has a function returning day-of-the-week when using a
date as parameter??
Thanks
Dan Shelby
2003-09-24 18:22:54 UTC
Permalink
the previous example should have read:
datework = format$("5-31-1931","dddd")
sorry about that!
Post by Dan Shelby
dim datework as string
format$("5-31-1931","dddd")
datework, in this case, should now have a value of "Sunday"
Post by Magnus
Anyone knows if VB has a function returning day-of-the-week when using a
date as parameter??
Thanks
2 Replies
1 View
Permalink to this page
Disable enhanced parsing
Thread Navigation
Magnus
2003-09-23 20:14:37 UTC
Dan Shelby
2003-09-24 18:16:31 UTC
Dan Shelby
2003-09-24 18:22:54 UTC
Loading...