Calculate time (seconds)

Looking for some help with extracting a specific time from date/time string, adding more time, and converting the results into seconds. Example: Get “05-12 04:38”, add 1hr 15min, and get the results in seconds.

Thanks!

This can be done with Javascript inside executeScript. If you google “javascript add time to date” you find some good example code.

1 Like