Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out 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

Labels (1)
1 Solution

Accepted Solutions
tresB
Champion III
Champion III

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

View solution in original post

2 Replies
tresB
Champion III
Champion III

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

Not applicable
Author

awesome!! it works .Thanks