Feb 25, 2002 #1 Yarg IS-IT--Management Jun 23, 2001 2 US I am trying to create a form which determines how long a machine has been in a specific state (UP, Down, etc.) I get a response back from the DateDiff function but it returns a Julian Date and I need it in hours, how do I convert?
I am trying to create a form which determines how long a machine has been in a specific state (UP, Down, etc.) I get a response back from the DateDiff function but it returns a Julian Date and I need it in hours, how do I convert?
Feb 26, 2002 #2 pdldavis Technical User Oct 29, 2001 522 US Hi, you might try something like this : =DateDiff("h",[txtup],[txtdown]) where the "h" is the interval in hours, [txtup] is hours machine is up and [txtdown] is the hours machine is down. Upvote 0 Downvote
Hi, you might try something like this : =DateDiff("h",[txtup],[txtdown]) where the "h" is the interval in hours, [txtup] is hours machine is up and [txtdown] is the hours machine is down.