Date Format in Page

Hi there,
I'm looking for a way to format a Date in a Page, while still editable.
For example User see "28 Aug 2018" (which is possible with FORMAT("Start Date",0, '<Day,2> <Month Text,3> <Year4>')), but in a Page this type of field is not editable.
I also tried with AutoFormatType and AutoFormatExpr, but i think this is only for Decimal variables.
Thank you,
Dimitar.

Answers

  • vaprogvaprog Member Posts: 1,116
    This might be possible in Classic Client, although the displayed format would change when the control gets the focus.
    In the RTC you either have to create your own custom control add-in, or use a text variable combined with FORMAT and EVALUATE in the OnAfterGet(Curr)Record and OnValidate.
Sign In or Register to comment.