How do i calculate time for time attendance system eg:clock in n clock out time (as in the total hr per day ) and add up the total hours spend in work for the month?
VB calculation
Collapse
X
-
Tags: None
-
More specifics please.Originally posted by cherychoclateca ndyHow do i calculate time for time attendance system eg:clock in n clock out time (as in the total hr per day ) and add up the total hours spend in work for the month?
You would use a + operator with your values.
You will probably need to use VB Functions such as
FormatDateTime
DateDiff
Day
Etc....
Tutorials on these functions are in alot of places on the web. Here is a nice one
VB Date Functions
Try some things out, post specific problems as you have them. -
Comment