Hello.
I'm having a problem with the time format in the xml forms generated from one of the pdf forms I have made in live cycle. The time is already set to be HH:MM:SS, but when my users are submitting at e.g. 8:00 the time in the xml file is 8:00:00 and not 08:00:00, which I would like it to be, because of the validating going on in my database.
Is that possible?
Best regards
Mathias
Views
Replies
Total Likes
Try with the below patterns for the Date Time field..
Display Pattern: time{HH:MM:SS}
Edit Pattern: time{H:M} //I am assuming the users will not enter the seconds in the input.
Data Pattern: time{HH:MM:SS}
Thanks
Srini
Views
Replies
Total Likes