I am trying to convert a number field to a time field. In my database there is a visit.begin_time field and a visit.end_time field they are both number fields. I need to be able to get total time between the begin and end times in an HH:MM format for each visit then total time for each day. Any help is greatly appreciated.