Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Utilities / Get Date Difference

Operation Information

Hornbill Integration method for returning the difference between two date/time stamps, in days, hours, minutes and seconds.

This is a Free Tier Integration.

Authentication

This operation requires no authentication.

Input Parameters

Display Name ID Type Description Required Supported Values
First DateTime firstDateTime string The First Date/Time Stamp Yes None provided
Second DateTime secondDateTime string The Second Date/Time Stamp Yes None provided

Output Parameters

Display Name ID Type Description
Days days number None provided
Hours hours number None provided
Minutes minutes number None provided
Seconds seconds number None provided
Second Timestamp Before First secondBeforeFirst string yes / no - If the second timestamp is before the first timestamp
In This Document