次の日付コントロールと日付ピッカーのバインドがあります。日付形式は常に mm/dd/yyyy で表示されます。しかし、画面に mmm/dd/yyyy 形式で表示したい
<xforms:bind id="effective-date" nodeset="instance('account')/transcation-date/effective-date" type="xforms:date" />
<xforms:input bind="effective-date" >
</xforms:input>