Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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
Partner - Master

Like this

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