If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Calculating Time Difference between two different dates
Hi all,
I have data in which i need to calculate employees working hours for a day...
name time in_out
manisha 2011-01-01 9:30:00.000am 1
manisha 2011-01-01 10:30:00.000 0
manisha 2011-01-01 10:45:00.000 1
manisha 2011-01-02 1:00:00.000am 0
how can i calculate time in that two dates as 1 is for entry an 0 is for exit..
please give me solution ASAP.... its urgent
Hi its working for only for same date..but according to my question i need time between 2 different dates..means tht person come on one day and went on next day.....