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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
swarup_malli
Specialist
Specialist

Convert from year -month -day to month day year ?

Hi,

I have a date column where dates are dissplayed as yy-mm-dd , i want to convert it into month-day-year format. I have attached a sample qvw.

Regards

Swarup

1 Solution

Accepted Solutions
swarup_malli
Specialist
Specialist
Author

I got it

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

View solution in original post

1 Reply
swarup_malli
Specialist
Specialist
Author

I got it

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