Format datetime field in UI

How do I format data coming from DATETIME column from backend in UIBuilder as a proper date time. Currently it seems to show seconds (e.g. 1597449600000)

I figured it out. I had to convert to date from timestamp first and convert date using localeString from Date utils under System

1 Like

Screen Shot 2022-08-12 at 7.33.06 PM

Thanks for posting this - your solution worked for me too. Here a picture of what my logic blocks look like in case it helps someone else.

1 Like