I have a time/date field in access and a text field for minutes
how do I add them both-using asp?
I tried:
var Total=Math.abs(oRs("TotalSessionDuration"
)
var EndTime=oRs("TimeSessionStarted"
+ (Total*60*1000)
TimeSessionStarted-is the time field & TotalSessionDuration is the text field
I'd appreciate help-since I'm pretty much new to these things
Thank you
how do I add them both-using asp?
I tried:
var Total=Math.abs(oRs("TotalSessionDuration"

var EndTime=oRs("TimeSessionStarted"

TimeSessionStarted-is the time field & TotalSessionDuration is the text field
I'd appreciate help-since I'm pretty much new to these things
Thank you