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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
mshailaja
Contributor III
Contributor III

need help

hi

i have date format like this

i need like this

7 Replies
Anil_Babu_Samineni

May be this

Date(Date#([Open Date],'M/DD/YYYY'),'DD-MMM-YYYY')

Or

Date(Date#([Open Date],'MM/DD/YYYY'),'DD-MMM-YYYY')

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Anonymous
Not applicable

or if you have real dual dates yet  then

Date([Open Date],'DD-MMM-YYYY')

Kushal_Chawda

if you data is in actual Date format just set the variable like below

SET DateFormat='DD-MMM-YYYY';

mshailaja
Contributor III
Contributor III
Author

Anyoneplease help

dathathreya
Creator
Creator

now your format is in DD-MM-YYYY so please change it into DD-MMM-YYYY

Colin-Albert
Partner - Champion
Partner - Champion

Here are some useful posts on how to format dates correctly.

Get the Dates Right

Why don’t my dates work?

Anil_Babu_Samineni

What help you wnt, Does all replies is not working for you? Can you describe more

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful