Hello everyone,
I was wondering if there's a way for the <$view> widget to display currency?
I understand that I can do this for dates: <$view tiddler="New Tiddler" format="date" template="Template Tiddler"/>
Theoretically, I should be able to do this, too: <$view tiddler="New Tiddler" format="currency" template="Template Tiddler"/>
where, for example, New Tiddler contains this: 15550
and Template Tiddler contains this: **,**.**
So the above fictional <$view> widget invocation will display this: 15,550.00
or if Template Tiddler contains this: UNIT **,**.**
will display this: UNIT 15,550.00
Has anyone with the same need come up with a solution? I might have to learn JS for this if not... Or maybe I can request this as a feature either to TW itself or the ever-useful
Formulas plugin :)
Thank you all!
-jd