We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jira issue originally created by user @plaflamme:
Overload the minus method: $('DATE').minus($('ANOTHER_DATE')) or create a new specific method: $('DATE').duration($('ANOTHER_DATE'))
The text was updated successfully, but these errors were encountered:
Comment created by @plaflamme:
The result should have the proper unit (seconds for example) this way, one could convert them to other units:
// Compute the duration (in seconds) and convert to hours $('DATE').duration($('ANOTHER_DATE')).toUnit('h')
Sorry, something went wrong.
No branches or pull requests
Jira issue originally created by user @plaflamme:
Overload the minus method:
$('DATE').minus($('ANOTHER_DATE'))
or create a new specific method:
$('DATE').duration($('ANOTHER_DATE'))
The text was updated successfully, but these errors were encountered: