|
-
February 21st, 2000, 09:12 AM
#1
Date Functions
I am assigning the current date to a text box, however, I want to always subtract three days if the day falls on a "Monday". I have the days of the week all worked out, but I can't seem to subtract the amount of days that I need.
If (ResultDate = "Monday") then
MyTextBox.Text = Today - 3
End If
Of course the above does not work, but that is the basic problem I am having. If anyone has an idea please let me know.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|