I am required to convert date and time information to the same data type to work out hours between 2 times i.e:
start date 121200 at 1001 (24 hour time)
finish date 130101 at 1000
how would I convert the days and times to the same data type so I can calculate hours and change it back to number of days afterwards.
start date 121200 at 1001 (24 hour time)
finish date 130101 at 1000
how would I convert the days and times to the same data type so I can calculate hours and change it back to number of days afterwards.