Skip to main content

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

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

 

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

It worked for me.

 

Br.

Lopes