I would like to subtract a number of seconds from a date. I have two columns one that lists the date in the format D/M/YY HH:MM AM/PM and the other lists a number seconds. I want to do:
07/28/15 12:08 AM - 60 = 07/28/15 12:07 AM
However if I subtract the two columns I get no value.