ep820 Posted March 24, 2001 Posted March 24, 2001 I have to calculate time elasped from start to end of assignments. Sometimes this will begin on one day and end during the next day. How do I calculate the elapsed time and also check if the date is different? Would I write a script that checks the dates, some sort of IF THEN statement? Thanx, Rick
signal Posted March 25, 2001 Posted March 25, 2001 Elapsed time in hours = Round((((end date - start date) * 86400) + end time - start time)/60/60, 2)
Recommended Posts
This topic is 8716 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now