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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to change yymmdd to mmddyy ?

Hi ,

I'm new to qlikview ,I have data (date field in year-month-day format I want to convert it into month,day year format ?

Regards

Malikarjun

1 Solution

Accepted Solutions
swarup_malli
Specialist
Specialist

this should do

   date(YourDateField,'MM/DD/YYYY') as DATE,

Regards

Swarup

View solution in original post

2 Replies
swarup_malli
Specialist
Specialist

this should do

   date(YourDateField,'MM/DD/YYYY') as DATE,

Regards

Swarup

Not applicable
Author

Hey that was fast, let me try it..

Thank u Swarup