Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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