I need to track items "Time On" in my db. They come in with a "received_in" date/time (AM/PM) and the user completes the item with a Complete status and the system adds in Now() when completed. I need to show the time on, received_in to Completed...
I need to Calculate the "time on" ....so If a transaction is received in at 1/4/2012 at 3:34 PM, and is completed at 1/10/2012 10:39 AM It should not show as 5 days but 4 days because it was completed before 3:34 PM....
I have a function that does the calc but now I need military time or a way to convert.
I need to Calculate the "time on" ....so If a transaction is received in at 1/4/2012 at 3:34 PM, and is completed at 1/10/2012 10:39 AM It should not show as 5 days but 4 days because it was completed before 3:34 PM....
I have a function that does the calc but now I need military time or a way to convert.