TRI0N Posted May 22, 2007 Share Posted May 22, 2007 Okay lets say I have these 2 time values. time1 = 15:00:00 and time2 = 16:15:00 Now how would I go about getting the difference between the 2 so that I have a value of lets say 1.25 using the formula idea below: var time_diff = time2 - time1; Never worked with time differences in java yet so smack it to me. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.