when i write asp coding regarding "DATE", it will follow Client PC Date Regional Setting, if they choose dd/mm/yyyy, but my setting is mm/dd/yyyy, then the error will come out.... so wwhat suppose to do, i cannot force all the global ppl to set the same format like mine?? right... how u all overcome this problem????
Location: Los Angeles, CA Original Location: Philippines
Posts: 10,241
Thanks: 0
Thanked 112 Times in 111 Posts
it's supposed to follow the settings in the server since server-side code has no access to client-side's date settings.
maybe you're running the page in the server's browser, aren't you? If so, try running it on another PC, not on the server.