
Benjamin Christensen
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Benjamin Christensen-
Benjamin Christensen commented,
Thanks for the tip, Stefan! If you don't want your result rounded but want the floating point number, just pass "true" as the last parameter. Like this: var result = d2.diff(d1, 'hours', true); ...