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,

The record below is showing the correct date in my qvd file.

item1.PNG

However, when I import the data in my dashboard the date format changes:

item 2.PNG

Please advise. Thanks!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Use Date() function while loading:

Date(DateFieldName) as DateFieldName

View solution in original post

6 Replies
sunny_talwar
MVP
MVP

Use Date() function while loading:

Date(DateFieldName) as DateFieldName

eespiritu
Creator
Creator

Adding Sunny's response, if you need a specific date format, you can add:

Date(DateFieldName,'MM-DD-YYYY') as DateFieldName
Date(DateFieldName,'MM/DD/YYYY') as DateFieldName

Regards,

Anonymous
Not applicable
Author

Thanks Sunny!

Anonymous
Not applicable
Author

Thanks Enrique. When do we use Date#?

sunny_talwar
MVP
MVP

eespiritu
Creator
Creator

You're welcome,

Check this discussion: https://community.qlik.com/thread/157281