DateIsoToTimestamp Op

DateIsoToTimestamp

parses a date and time in iso format and outputs a millisecond timestamp


<p>this is basically a wrapper for javascripts Date.parse(). input something like &quot;2010-05-21 13:37:00&quot; and get 1274441820000.</p>


Full Name
  • Ops.Date.DateIsoToTimestamp
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


Example Patch DateIsoToTimestamp Example

Example-Patch on how to convert an ISO formatted date into a millisecond timestamp.

Open In Editor

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>


Patches using DateIsoToTimestamp

  • Examples
  • Public
  • My Patches