Answered
Hi all,
I've got the date field worked out wonderfully, but is there something similar to be able to pick a time in the same way? I'm building a form for change requests, and date and time is required. Is there something I can add or script to make a simple field, similar to the calendar picker? I can't seem to find much in the way of picking time, and I have just started plaing with LCD. Any help is greatly appreciated!
Thanks!
You can create a time field, that updates the time every time the users made a change in the form.
So it works similar like a timestamp.
Put this FormCalc script into the layout:ready event of the field.
$ = Num2Time(time(), "HH:MM:SS")
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs