0 Hai,
Iftikar Hussain,
Hai dude i found solution....Thanks for your code...it really works Good:)
0 what result you are getting? Can you share your code?
Regards,
Iftikar
0 Hai,
Iftikar Hussain Dude,
It's not working dude....
Thanks for your reply :)
0 0 Hi,
Are you looking for in SQL?
Regards,
Iftikar
0 try this
DateTime startTime =Convert.ToDateTime( "01:05:10 Pm");
DateTime endTime =Convert.ToDateTime( " 02:05:10 Pm");
TimeSpan span = endTime.Subtract(startTime);
Response.Write("Time Difference : " + span);