C
Cynthia
I need to update values in a certain field (data type is date) by adding 20
weekdays to them. How could I do it?
If I simply use +20, it'll include weekend as well....the values maybe any
day of the week, and I may also need to add some other number of weekdays to
the data (instead of +20).
Thanks for the help!
weekdays to them. How could I do it?
If I simply use +20, it'll include weekend as well....the values maybe any
day of the week, and I may also need to add some other number of weekdays to
the data (instead of +20).
Thanks for the help!