Sep 28, 2019 10:57 PM
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}
Sep 29, 2019 08:56 AM
It appears you are merging a date with a duration field to get a specific point in time, right?
Sep 29, 2019 02:20 PM
heya Bill,
Yes. That’s right.
Sep 29, 2019 02:49 PM
Okay - this should make it right:
DATEADD({Old Date}, {Old Time}, 'seconds')