I'm using Visual Basic 2005 Express, and I'm running into a little bit of trouble. I have this so far...
http://img169.imageshack.us/img169/4538/image1ew4.jpg
...and the only thing I want is the program to output the total for the whole week. Simple, so that the user can input hours the employee started, and finished work.
However, I'm having trouble with the whole AM and PM thing. Once I go to 1PM (changing from counting up, to down), my numbers get all messed up since it wouldn't just be counting like in military time, but go along with the 12 hour clock.
I also understand that after a time is entered for "In-Time" and "Out-Time" for a day, a new value must be created with those hours added up, even though it won't be displayed. And from there, I would take those newly created values, and add them up for the "Total Hrs.".
I was thinking about entering defining things such as this...
11AM = "11"
12PM = "12"
1PM = "13"
Not sure though...please help me =(
Thank you if you can!
2007-03-18
13:55:00
·
2 answers
·
asked by
alphaaxl
1
in
Computers & Internet
➔ Programming & Design
If anyone even has, or could find the program already written and/or the code for the program, that would be amazing...thank you so much.
2007-03-18
13:58:59 ·
update #1