calculate time between a start and end time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I tried to use the datediff() function to calculate my time. It works, but it
only works in whole numbers. It doesn't work for 1:30-2:00, which is .5
hours. I hope you can help me!!
 
use DateDiff to work out in minutes (or even seconds, if required) and then
convert the difference to decimal hours.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top