{"library":"node-red-contrib-moment","title":"node-red-contrib-moment","description":"Node-RED node for date/time formatting using Moment.js, with timezone, DST, and locale support. Current stable version is 5.0.0, requiring Node.js >=14.14 and Node-RED >=1.0. Provides two nodes: 'moment' for date/time formatting and 'humanizer' for duration descriptions. Locale-aware output strings. Note that moment.js is now built into JSONata, making this package less necessary; no further enhancements expected. Release cadence is irregular, with major versions introducing breaking dependency updates.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install node-red-contrib-moment"],"cli":null},"imports":["Package is installed as a Node-RED node; no explicit import in code."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// No code import; install via Node-RED palette or run:\n// cd ~/.node-red && npm install node-red-contrib-moment\n// Then use the 'moment' node in your flows:\n// 1. Inject a timestamp (or msg with a payload convertible to date)\n// 2. Connect to moment node\n// 3. Configure output format (e.g., \"MMMM Do YYYY, h:mm:ss a\")\n// 4. Connect to debug node to see formatted string","lang":"javascript","description":"Installation and basic usage of the moment node in Node-RED: inject timestamp, configure format, output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}