I’m trying to dynamically update the “TIME” fields of a form from the onLoad event.
The format is hhmm.
I have tried all the following…
{field_name} = '00:00';
AND
{field_name} = '00:00:00';
AND
{field_name} = '0000';
AMD
{field_name} = '000000';
All I get in the fields is “HH:II”.
Anyone know how to do this or why SC won’t accept my dynamic inputs?
Dave