Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Aditeeraipurkar1
Contributor
Contributor

Text to date

Need to convert  field  from text format to date :

Existing field format- Date |05/23/2022

I have tried all Date, Date #,Num, Num #,Right Subfield functions but nothing is working.Kindly help

Labels (6)
2 Replies
Almen
Creator II
Creator II

try this:

 

makedate(subfield(date,'/',3),subfield(date,'/',1),subfield(date,'/',2))
Tzvibe
Contributor II
Contributor II

=Date(Date#(Right(YourDateField,10),'MM/DD/YYYY'),'MM/DD/YYYY')