Aurélien DEHAY wrote:

Hi.

Thomas Lutz a écrit :
What exactly does not work ?

The displayed date & the date in the input field are not consistant.

For example I'd like, in en locale, the following behaviour: the client
enter 01/13/2000 in the forms. When displaying in en locale =>
01/13/2000, and when displaying in fr locale => 13/01/2000.
ok, this sounds familiar :-).

looks like your form takes the hosts locale...

have a look at

http://www.mail-archive.com/[email protected]/msg33411.html

i use javaflow and had to add two constructors to FormInstance.java to pass the user agents locale. If you use JavaScript as flow engine Leszek's first answer will do it.

HTH,
tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to