It is because time is held as a fraction of 1 day, so 12:00 is held as 0.5,
8.00 AM is 0.3333, etc. So to get the decimal number of hours,you multiply
by 24 (.5*24 = 12, .33333*24 is 8 and so on). You can then multiply that by
the pay rate.

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Thanks Bob, that works! I'm not sure I understand the logic of *why*
> it works, but it does!
[quoted text clipped - 14 lines]
>> > DC
>> > --
Django Cat - 08 Jan 2008 22:46 GMT
> It is because time is held as a fraction of 1 day, so 12:00 is held
> as 0.5, 8.00 AM is 0.3333, etc. So to get the decimal number of
> hours,you multiply by 24 (.5*24 = 12, .33333*24 is 8 and so on). You
> can then multiply that by the pay rate.
OK, you live and learn! Thanks again.
DC
--