Ask a Question related to ASP, Design and Development.
-
Claudio Cezar #1
Session.LCID does not work
I live in Brazil and i am trying to set my application to
work with american date format.
The problem is, even when i set the LCID property at the
beginning of my code, it always returns the date in
brazilian date format. Example:
<% @Language=VBSCript %>
<% Session.LCID=1033 %>
<% Response.write (now & "<BR>" & Session.LCID) %>
This code should return:
MM/DD/YYYY HH:MM AM or PM
1033
But itīs returning:
DD/MM/YYYY HH:MM
1033
Do you see? The LCID is correct but it keeps showing the
date in brazilian format? What the hell is happenning? Can
any one help me?
Claudio Cezar Guest
-
How to set LCID permanently in MX?
Working usually in vb/asp I'd like to force the script language header to include the LCID as per this as most of my work involves dates. ... -
Session.Lcid question
Hi all, I've recently installed a calendar that I downloaded but I'm having a bit of a problem with the date settings. I thought setting the LCID... -
Session.Lcid
Trying to locate the list of valid lcid's on MS's site and googled. Ive toiled long and hard, but alas I cannot locate the information. (previous... -
Session.LCID problem
Hi all, I recently downloaded a calendar that i am trying out for a client. It works fine when i test it on my machine..however when i test it on... -
LCID Problem.
This has just started. I don't recal installing any updates or security fixes lately. But I am getting a script debugger notification just...



Reply With Quote

