UNPKG
diffhours
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
The number of hours existing between two hours
github.com/soguitech/diffhours
soguitech/diffhours
diffhours
/
exemple.js
3 lines
(2 loc)
•
74 B
JavaScript
View Raw
1
2
3
const
diffhours =
require
(
'./'
);
console
.
log
(
diffhours
(
'10:40'
,
'01:20'
))