Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Time format in xml forms

Avatar

Level 2

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

0 Replies

Avatar

Level 10

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