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: 
gidon500
Creator II
Creator II

get the hour and minutes from time stamp


Hi all

I have data coming with time stamp

i found how to get the date , but could not find how to get the hour

can you help

enclosed in qvw file ,

that contains the data

thanks

gidon

1 Solution

Accepted Solutions
pgalvezt
Specialist
Specialist

Hi,

Try this:

timestamp(num(date(makedate(1988,1,1)+(Datedata)/(60*24)))) as time Resident a1;

View solution in original post

1 Reply
pgalvezt
Specialist
Specialist

Hi,

Try this:

timestamp(num(date(makedate(1988,1,1)+(Datedata)/(60*24)))) as time Resident a1;