Hi Actipro,
I am currently looking for a way to display AM/PM in your TimeSpanEditBox. The format specifier for this is "tt" i.e.
"hh:mm tt" // will give "03:00 AM"
but this doesn't seem to be accepted by the control because instead of displaying AM/PM, the letters "tt" are displayed in the TimeSpanEditBox.
TimeSpanEditBox displays: "03:00 tt"
Can you help me with this one? I am using version 14.1
Thanks!