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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Javery
Contributor II
Contributor II

Help converting unusual date format

Hi All,

I'm looking for advice as to how I can convert date/times in this format:

'23 Jan 22, 10:20'

Into a standard DD/MM/YY. I've looked through lots of documentation to try to figure this out but can't seem to get there.

Any help greatly appreciated.

Best,

J

 

Labels (2)
1 Solution

Accepted Solutions
Mark_Little
Luminary
Luminary

Hi @Javery 

 

I would probably go for something like

Date(Subfield(Date,',',1),'DD/MM/YYYY')

View solution in original post

3 Replies
Mark_Little
Luminary
Luminary

Hi @Javery 

 

I would probably go for something like

Date(Subfield(Date,',',1),'DD/MM/YYYY')

Javery
Contributor II
Contributor II
Author

Much appreciated @Mark_Little !

BrunPierre
Partner - Master II
Partner - Master II

Like this

Date(Date#(Timestamp,'DD MMM YY, hh:mm'),'DD/MM/YY')