hi,
i need some help regarding time difference in ASP/ASP.net
i have 3 feild
1. logintime
2.logoutime
3. duration
duration=logouttime-logintime
it should show no of seconds/minutes logged in
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ulricht Von SchnellPosted Nov 6, 2010, 6:36 AM
http://msdn.microsoft.com/en-us/library/system.datetime.aspx
http://msdn.microsoft.com/en-us/library/8kb3ddd4.aspx
also what code do already have?