Skip to main content
Question

AURENA LOBBY ELEMENT

  • March 21, 2022
  • 1 reply
  • 127 views

Mervan
Sidekick
Forum|alt.badge.img+9

Hi,

 

In EE lobby the date format looks as I want but in aurena lobby the date format is different. How can I change the date format in Aurena?

 

 

 

Best regards

Mervan

This topic has been closed for replies.

1 reply

lopespetro
Hero (Customer)
Forum|alt.badge.img+13
  • Hero (Customer)
  • 281 replies
  • November 17, 2022

Hi @Mervan , you need to convert the column to to_char.

 

to_char(date_field,'DD/MM/YYYY')

It worked for me.

 

Br.

Lopes