I have a database that pulls in actual trailer arrivals as a date/time value. I also have a table that has the scheduled arrival time by just the time of day without a date. I need to calculate how late the trailer arrivals are. Is there a way to truncate the date and just calculate the time? Example
Field A
11/02/2005 13:00
Field B
12:00
Field A - B should result in 1:00
I would also like to display Field A as 13:00
Thanks in advance.
Field A
11/02/2005 13:00
Field B
12:00
Field A - B should result in 1:00
I would also like to display Field A as 13:00
Thanks in advance.