Answered
I am new to live cycle and having a bit of trouble with a form i have to create for work. Getting the date and time field to auto populate and combined as one in the following format MM/DD/YYYY - HH:MM (24 hour)and be editable if the user needs to. I have very little knowledge in html, xml, and js so if anyone can help me with the code and where to put the code would be great.
Thank you
TimeFmt()
----- form1.#subform[0].DateTimeField1::ready:layout - (FormCalc, client) --------------------------
$.rawValue = Concat(Num2Date(Date(), "MM-DD-YYYY"), " ", Num2Time(Time(), "HH:MM:SS"))
Set value tab to Calculated - User can override