Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Date and Time Calculations
Hello,
I'm trying to calculate the number of hours between two dates and times in Netsuite. Currently, I can only calculate if the two time fields occur on different days. Here are the formulas I'm trying:
TRUNC({custbody_rfs_endtime})-TRUNC({custbody_rfs_starttime})
(To_Char({custbody_rfs_tiffen_endtime},'J'))-(To_Char({custbody_rfs_tiffen_starttime},'J'))
Both formulas return the same result, but if start time and end time are in the same day, the result is zero.
If the difference between start and end time is 12 hours, then the result should be 0.5 (half a day)
Any help would be great!
Tagged:
0