[Xsltforms-support] date control locale
Brought to you by:
alain-couthures
|
From: ac <ac...@hy...> - 2010-12-11 10:22:36
|
Hi, Sorry for such a newbee question for which I did not manage to find an answer in the archive or anywhere else. I use xf:date controls (the same is true for xsd:date) and I get a date in mm-dd-format, despite the fact that my Windows system locale is set-up for yyyy-mm-dd, for the fact that the XML date default (e.g. ISO8601) is yyyy-mm-dd, and for whatever value in the @content attribute of the DC.language and http-equiv="Content-language" meta tags in the form header. How can I get the control to display in yyyy-mm-dd, without having to hide its content and specifically replace it with the result of a concatenated string? I am sure that it is something I have overlooked, but what? Any help would be appreciated. Thank you ac |