DateFormatter Op
String representation of a date
String representation of a date
Summary (oneliner)
This Op takes a Date or Timestamp value and creates a String representation for that date. The formatting is done with moment.js.
https://momentjs.com/docs/#/displaying/
e.g.:
- ddd YYYY-MM-DD HH:mm:ss
- YYYY-MM-DD
- HH:mm:ss
Full Name
- Ops.Date.DateFormatter
- Core Op - visible for everyone
- MIT
- Nov 17, 2020 at 21:28
- 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)