Help

How to Merge Date and Time

2012 3
cancel
Showing results for 
Search instead for 
Did you mean: 
JAZ_Yadao
4 - Data Explorer
4 - Data Explorer

Hi Guy,

Appreciate if you could help me figure out the correct formula to use in order to fix the time format for the below.

I need to merge the time and date which i did however the time format should be h:mm.
1|690x357

Btw, i used this formula: DATETIME_FORMAT({Old Date},‘MM-DD-YYYY’)&" "&{Old Time}

3 Replies 3

@JAZ_Yadao,

It appears you are merging a date with a duration field to get a specific point in time, right?

JAZ_Yadao
4 - Data Explorer
4 - Data Explorer

heya Bill,

Yes. That’s right.

Okay - this should make it right:

DATEADD({Old Date}, {Old Time}, 'seconds')

image