DateFormatter Op
String representation of a date
Summary (oneliner)
<p>This Op takes a Date or Timestamp value and creates a String representation for that date. The formatting is done with moment.js.</p> <p><a href="https://momentjs.com/docs/#/displaying/">https://momentjs.com/docs/#/displaying/</a></p> <p>e.g.: </p> <ul> <li>ddd YYYY-MM-DD HH:mm:ss</li> <li>YYYY-MM-DD</li> <li>HH:mm:ss</li> </ul>
Full Name
- Ops.Date.DateFormatter
- Core Op - Official cables op
- MIT
- moment.js (Parse, validate, manipulate, and display dates and times in JavaScript)
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Timestamp (Number)
Date (Object)
Format (String)
OUTPUT PORTS
StringDate (String)