Time AM/PM

Hi @nazaret,

The format-date-time operator accepts following formatting, according to Form Operators and Functions - ODK Docs

%H 0-padded hour (24-hr time)
%h hour (24-hr time)
%M 0-padded minute
%S 0-padded second
%3 0-padded millisecond ticks.

So setting it to display AM/PM seems not easy, Kal suggested something else before:

Hope this works.
Best,

1 Like