Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
khasimvali85
Creator II
Creator II

Date format Problem in Qv Scripting?

Hi Community,

                         Can anybody give the solution for the given date format?

i have the date field like give below, i wanna show format(DD/MM/YYYY)

   Date:

--------------

2014.05.09

2014.05.10

2014.05.11

2014.05.12

2014.05.13

I given date function like Date(Date_field,'DD/MM/YYYY') as Date_field

but its not working any solution for this?

Regards,

Khasim.

1 Solution

Accepted Solutions
Not applicable

Dear Khasim,

Use the following function in Script:-

date(date#(Date_field,'YYYY.MM.DD'),'DD/MM/YYYY') as Date_field

Thanks & Regards

Prince Anand

View solution in original post

3 Replies
Not applicable

Dear Khasim,

Use the following function in Script:-

date(date#(Date_field,'YYYY.MM.DD'),'DD/MM/YYYY') as Date_field

Thanks & Regards

Prince Anand

khasimvali85
Creator II
Creator II
Author

Dear Prince,

                    Its working fine Thanks for Suggest.

Regards,

Khasim.

Not applicable

Welcome