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: 
Not applicable

convert date in script help

Hi

Suddenly one of my datafields(which I cant change myself)is altered from showing the dateformat as

dd-mm-yyyy to showing my date as yyyy-mm-dd-hh-mm-ss-sssssssssssss

Please help to make it as dd-mm-yyyy

Something like

load

[DATE],

LEFT([DATE],10)dd-mm-yyyy as DATE

12 Replies
puttemans
Specialist
Specialist

Ha no, my bad, I did not put the correct format.

Date( Date#( DAGSDATO, 'YYYY-MM-DD hh:mm:ss.fffffff'), 'DD-MM-YYYY') as Date

luciancotea
Specialist
Specialist

Then your format is  'YYYY-MM-DD hh:mm:ss.fffffff'

Not applicable
Author

Hi All

with help from you all and the last from Lucian, at the top of discussion I tried this

Date( Date#( DAGSDATO, 'YYYY-MM-DD hh:mm:ss.fffffff'), 'DD-MM-YYYY') as Date

and it worked

Thanx a lot all