Hi,
I am having a few probs with the results of Session.LCID. I am executing
the following code on both our development server and web server but the
results that get returned are different. I am mystified why this is
happening so a push in the right direction would go a long way to save my
sanity!
-- CODE --
<%session.lcid = 2057%>
UK (en-gb) : <%=date()%>
<br>
<%session.lcid = 1033%>
US (en-us) : <%=date()%>
-- DEV SERVER RESULT --
UK (en-gb) : 31/07/2002
US (en-us) : 7/31/2002
-- WEB SERVER RESULT --
UK (en-gb) : 7/31/2002
US (en-us) : 7/31/2002
I have searched in Googles Groups and other people have had the same error
under the same circumstances, unfortunately I have not yet found the
solution I am looking for as everyone has advised to use a function to
format the date. I have no probs with using a function, but I really want
an answer why this is not working and not a workaround.
Big Thanks,
Mat.
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]