Duration and Hourly RAte

I am trying to multiply (duration * rate) in order to get a daily employee value (cost)

My duration is just (Clock in) & (Clock-out) with my duration being (Clockout-Clocking) giving me a total.

My rate is a $ value, pulled directly from my employee information.

When trying to multiply duration by rate it is given me a strange number, nothing close to what it should be.

Any suggestions and/or ideas?

Not really sure if this answers your issue.
You may need to round up or round down your duration depending on how you want to calculate the time

Figured it out and than used this formula to multiply it with my individual worker wage