Svidos29
28th May 2018, 10:58
Hi all,

i've to import a UTC value in a form field, how can i import it subtracting 1 hourse for the 'FROM' and the standard table value for the 'TO'?

Thanks to all in advance

sachinbaan
28th May 2018, 11:37
Hello,

use utc.add(input.date, 0, 0, 0, -1, 0, 0, output.date)

Svidos29
28th May 2018, 12:14
Hello,

i just found your thread about it :) , thanks twice, it works !

Thanks