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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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