J
Joy
I use
tsk.Start = DateSerial(yy, mm, dd) to set a task's Start
yy is 2009, mm is 9, dd is 18, I debug that DateSerial(yy, mm, dd) is
what I want: 09/18/2008
but tsk.start changes to 09/17/2008
do I use the wrong way to copy dates?
how to ensure that tsk.Start is always the same as DateSerial(yy, mm, dd)
thanks
tsk.Start = DateSerial(yy, mm, dd) to set a task's Start
yy is 2009, mm is 9, dd is 18, I debug that DateSerial(yy, mm, dd) is
what I want: 09/18/2008
but tsk.start changes to 09/17/2008
do I use the wrong way to copy dates?
how to ensure that tsk.Start is always the same as DateSerial(yy, mm, dd)
thanks