Date/time format in browser

Hi,

I have a form which is planned to be accessed through web browsers. There is a date/time field in the form that I want to display in YYYY.MM.DD HH:MM format where HH is between 00-24 (e.g 2005.12.14 13:32). All settings in the Windows and for the field in the Notes Designer is set to display dates and times in this format.

When I open it in a web browser I got it in YYYY.MM.DD HH:MM format where HH is between 00-12 (e.g 2005.12.14 01:32 PM). If I open the form in a Notes client it works fine.

I created a Text field and converted the date/time value to Text type, but the browser also displays the value in the text field in wrong format.

Can anyone help me?

Thank you.

Etyien

Subject: date/time format in browser

go to this web sitehttp://javascript.internet.com/

and search for what you want.

I know I saw a few tips on how to do what you want