I'm having trouble with the tr:chooseDate component. For some reason the component returns a different format (MM/dd/yyyy) than the default format defined by my regional settings (dd-mm-yyyy).
JeroenM wrote:
> I found out that adding <tr:convertDateTime pattern="dd-MM-yyyy"/> to the
> calendar solved my problem. Unfortunate this doesn't apply regional settings
>
>
Hi Jeroen,