Hi,
I need to subtract 2 hours from the current date and time, and then convert to ISO8601. I am able to get the new DateTime, but cannot find anything on the conversion? Would there be a simpler way to do this?
NewDate := CreateDateTime(TODAY,TIME);
NewDate - (2 * 60 * 60 * 1000)
T.I.A.
I need to subtract 2 hours from the current date and time, and then convert to ISO8601. I am able to get the new DateTime, but cannot find anything on the conversion? Would there be a simpler way to do this?
NewDate := CreateDateTime(TODAY,TIME);
NewDate - (2 * 60 * 60 * 1000)
T.I.A.