Lets say I have the date "Monday January 1"
can I do something like
Dim x as date
x = Monday January 1 + 8 days ==> Monday
x = Monday January 1 + 1 Month ==> it must return the name of the day(monday,tuesday...)
x = Monday January 1 + 1 Year ==> it must return the name of the day(monday,tuesday...)
is there any class that already does this? if no, how can i do it?


Reply With Quote
