Date Time Problem

Dear All

I am using a date control on my web form. This source code is written in Java script, which I downloaded from the Internet. but I am facing a problem, when I change the regional setting of the taget machine, that time it does not behave properly.

What I want that the control return the valid date as per the regional setting or date format applied on the target machine.

Is there any example or source code, which could be help me to solve this problem.

Thanks

Regards

Ashish Upadhyay

Subject: Date Time Problem

It’s not likely that the java script code running in browser can access regional date format settings on user’s local machine.However when the document is saved in Domino server, and opened again by the user, the field value might appear Domino server’s date format. You need to make necessary changes in Java script code so that date format is same as Domino.

Free java script calendar:

Regards

Byju Joy

Subject: RE: Date Time Problem

Thank you Sir