i have stored the user break times in the database.
break out time and break in time... now i have to find the break time.
that is ( break in time - break out time).
break out time = 2010-10-22 10:27:10
break in time = 2010-10-22 10:50:10
these values are stored in the db.
so the break time is 23 mins...
how i find this? plz help...
break out time and break in time... now i have to find the break time.
that is ( break in time - break out time).
break out time = 2010-10-22 10:27:10
break in time = 2010-10-22 10:50:10
these values are stored in the db.
so the break time is 23 mins...
how i find this? plz help...
Comment