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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Date format

Hi all i have date format like 22/04/2018 i want show this 18-22-04  any help

Labels (1)
3 Replies
tresB
Champion III
Champion III

Date(Date#('22/04/2018', 'DD/MM/YYYY'), 'YY-DD-MM')

Edit: Corrected the format. Thanks Jacob.

sibin_jacob
Creator III
Creator III


Please try the below one.


A small change from Tresesco's expression.



Date(Date#('22/04/2018', 'DD/MM/YYYY'), 'YY-DD-MM')

Anonymous
Not applicable
Author

thanks its working