Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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

1 Reply

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