Using PL/SQL in Oracle I would like to find out the time between two dates. i.e. Given 20-July-1999 10:00 to 22-July-1999 13:00 the time between would be 2 days and 3 hours. The way I am doing it I get a decimal returned. For the example above I would get something back like 2.12467893. This is 2 full days and .12467893 of a day. I am trying to figure out how long an issue has been open and this format is not easily read. Any help would be appreciated. <br>
<br>
Thanks in advance
<br>
Thanks in advance