util.printd Time
Hi
I have a field called "Start Time" where I can write the time
The format set for the field is Hour HH.MM
In the field I wrote 10:00 which becomes 10.00
I wrote this function in the console, but the result is not correct
var StartTime = this.getField("Start Time").value;
util.printd("hh.mm",new Date(StartTime));
result 12.01
Please can someone help me find my mistake?
