i m using Session("date_time") for storing login date and time and during the time of logout i need to store the duration of the time only and for that i m using a login_duration as integer as login_duration = (Session("date_time").ToString - Now.ToString("hh:mm:ss"))... but its not working properly.. Help me plz to solve the problem
Asked
Active
Viewed 161 times
0
-
1http://stackoverflow.com/questions/8688242/how-to-calculate-time-between-2-date this gonna help you – Doan Cuong Apr 04 '13 at 08:37