Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to 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!