DateDifference Op
Calculates the difference between two timestamps
Summary (oneliner)
Full Name
- Ops.Date.DateDifference
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Timestamp 1 (Number)
<p>The first timestamp</p>
Timestamp 2 (Number)
<p>The second timestamp</p>
Stop at 0 (Number:
<i>boolean</i>
)OUTPUT PORTS
Year (Number)
<p>Years of the difference</p>
Month (Number)
<p>Months of the difference</p>
Day (Number)
<p>Days of the difference</p>
Hours (Number)
<p>Hours of the difference</p>
Minutes (Number)
<p>Minutes of the difference</p>
Seconds (Number)
<p>Seconds of the difference</p>
Milliseconds (Number)
<p>Milliseconds of the difference</p>
Diff (Number)
<p>The difference as timestamp</p>