All updates done and now updated on NPM.
Exciting times -trying it out on my main Node-RED install...
looks good (myymd added)
..and I can relax
Yep thats what i was getting at - everyone always says "thats almost perfect BUT could i have this ?"
My thought was throw all the values out in the message - either as properties (easier to get at) or as an object, and then people could construct whatever format they wanted with a simple switch/function/change combination
Craig
Craig, if you are going to do that you may as well just start with ISO time and slice and reformat it anyway...
The latest Node-RED 1.1 release includes the moment function in jsonata so you can probably just template any date in a change node $moment().format("Do MMM Y")
etc
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.