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

String to time

Good Day i have Problem with this TimeStamp(String) that i would like it to converted into time.

Sample:

9/9/2014 12:00 the output must be 12:00

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Time(Time#(YourString, 'DD/MM/YYYY hh:mm'), 'hh:mm')

View solution in original post

2 Replies
tresesco
MVP
MVP

Time(Time#(YourString, 'DD/MM/YYYY hh:mm'), 'hh:mm')

Not applicable
Author

awesome!! it works .Thanks