Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convertir Date con formato gregoriano, en DD/MM/YYY?

Hi, I need  convert Date with Gregorian format to DD/MM/YYY? How I do this?

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Date(yourfield,'DD/MM/YYYY')

View solution in original post

3 Replies
Clever_Anjos
Employee
Employee

Date(yourfield,'DD/MM/YYYY')

jerem1234
Specialist II
Specialist II

If your field isn't in date format yet, you'll need date and date#:

date(date#(DATEFIELD, 'MM/DD/YYYY'), 'DD/MM/YYYY')

Hope this helps!

Not applicable
Author

Thank you!!