|
Hey All,
I am working a web report that displays employee clock in & out times. What I have so far is a gridview with databound rows that display the time the employee clocked in and then out. I take these two rows and calculate the total 'TimeSpane' between the two. The result is total minutes. I display these results in alternating rows(the second row; 'clock out' row)
This works. What I need is a good way to display the time in hh:mm format. I would then like to display the total in the footer. My current footer calculation is adding all of the time span values and placing it in the footer. I just need the last summation.
Anyone know of a good site that shows an example close to what I am describing? I am writing this ASP.net app using the 2.0 framework with C# code behind.
Thanks a ton!
Nick
|