Hi, all.
I use UltraMaskedEdit to display time.
I need to use Medium Time format(hh:mm AM/PM)
but UltraMaskedEdit does not work correctly with it. It works correctly only with "hh:mm".
Is there a way to use AM/PM time within UltraMaskedEdit ?
Thanks in advance.
I found solution: i use ultraMaskedEdit_.EditAs = EditAsType.Time; only
without setting ultraMaskedEdit_.InputMask.