Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

date and time

Hi

I have date in mm/dd/yyyy format and time in hh:mm:ss format and now i want to make this as datetime.... could someone suggest me the solution.... after that i want to calculate days.hours between two dates of same type..... thanks in advance.

2 Replies
m_woolf
Master II
Master II

You should be able to add the date and the time to get the timestamp.

Miguel_Angel_Baeyens

Hi,

Elaborating on that, the following will work

=Timestamp(Date('01/01/2012') + Time('14:00:54'))

I'm using fixed values, that you can change for the name of the date and time values, respectively.

Hope that helps.

Miguel