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