Reputation: 1
I have a little problem but it makes me crazy. I made an application using asp, and I created a text box which would be filled by the date of today. It works well in my computer and the other clients, but some don't. and it always asks to input the date till the clients get bored and no result...
At first I thought that was becaused of the setting of the IE. I've restored to the default setting, but it's big O. now I am fed up with this thing..
what do you think about the causes of this issue? Kindly need your help...
Regards,
Hery
Upvotes: 0
Views: 112
Reputation: 57956
You're probably running into localization problems, as you're probably trying to validate that date.
You'll need a more robust way to parse your date at client, or to post it to server to use a browser independent implementation.
Upvotes: 1