Is it possible to get a formatted date from a date written in a Code field? So '31122020' but written in Code field not Date field.
I managed to successfully do that on a page. I used FORMAT("Arrival Date",0,'<Closing><Day,2>-<Month,2>-<Year>') on a Date field in the SourceExpr attribute. But when I try the same formula with the same data on a Code field it doesn't work.