Howdy,
I create a future time by
BuyDate = new Date vBarYear,vBarMonths,vBarDay,vBarHour,vBarMinutes,v BarSeconds);
if at some point i wish to add 45 seconds to this object before this future time is reached thereby extending this future time by 45 seconds, I've not been able to find a simple, clean method.
Any ideas would be greatly appreciated.
Chris
I create a future time by
BuyDate = new Date vBarYear,vBarMonths,vBarDay,vBarHour,vBarMinutes,v BarSeconds);
if at some point i wish to add 45 seconds to this object before this future time is reached thereby extending this future time by 45 seconds, I've not been able to find a simple, clean method.
Any ideas would be greatly appreciated.
Chris
Comment