L
Luc
How can one determine the beginning date of the month
and the end date of the month that follows next.
For example suppose I have a variable
call dtbilldate and let us assume that the value
of dtbilldate = 05/10/2004.
So this is a bill for May, now I need to find out what
the begin date is of the month May and store
that value into vatbegmonth,
next I need to find out
what the end date is of the next month, so the end date of
June. I tried using DateSerial to get these values but
without success. Does anyone knowe exactly on how this
can be accomplished? Many thanks for any help!!!!
and the end date of the month that follows next.
For example suppose I have a variable
call dtbilldate and let us assume that the value
of dtbilldate = 05/10/2004.
So this is a bill for May, now I need to find out what
the begin date is of the month May and store
that value into vatbegmonth,
next I need to find out
what the end date is of the next month, so the end date of
June. I tried using DateSerial to get these values but
without success. Does anyone knowe exactly on how this
can be accomplished? Many thanks for any help!!!!