Expand my Community achievements bar.

Help with time field

Avatar

Level 7

Hi,

I have a field where usres will enter the disired time for a meeting.

How I can accomplish this so when users enter the desired time don't forget

to include also the letters: a.m or p.m  ?

Thank you

1 Reply

Avatar

Level 10

Hi,

I would be inclined to have a Display pattern for 12-hour clock: time{h:MM A}. But then a 24-hour clock Edit pattern: time{HH:MM}.

This way the user would input in 24-hour format and it would automatically convert to 12-hour and include the correct AM/PM.

Niall