I have a

<fd:widget id="x">
<fd:datatype base="date" />
</fd:widget>

and this in the Forms template

<ft:widget id="x">
<ft:styling type="output"/>
</ft:widget>

How can I control the formatting of the date, a la <jx:formatDate pattern="...">?

(I could just use that, on "${x.value}", but stylistically I'd rather stick w/ <ft:widget> like everything else in this template if there's a way...)

thx,
~ mark

Reply via email to