DateIsoToTimestamp Op
parses a date and time in iso format and outputs a millisecond timestamp
Summary (oneliner)
<p>this is basically a wrapper for javascripts Date.parse(). input something like "2010-05-21 13:37:00" and get 1274441820000.</p>
Full Name
- Ops.Date.DateIsoToTimestamp
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch DateIsoToTimestamp Example
Example-Patch on how to convert an ISO formatted date into a millisecond timestamp.
INPUT PORTS
datetime (String)
<p>iso formated date</p>
OUTPUT PORTS
timestamp (Number)
<p>time in milliseconds since January 1, 1970, 00:00:00 UTC</p>