Hey Shawn , 
 
Thanks a bunch that did it. 
It works when the locale id is 1033 and 3079, gives me output as août when the 
locale id is 1036
 
Regards
Geeba 

"Shawn K. Hall" <[EMAIL PROTECTED]> wrote:
Hi Geeba,

> Its kinda strange, "Aug" is te expected output 
> but mine...even if i have just that one response.write
> on the page is showing me ????? 5 question marks....
> is the server doin somehtin???? WEIRD !!! I havent seen
> this before.....

This could be due to the language or regional settings of the server.
Try this (complete page):

<%
  session.lcid = 1033
  response.write monthname(month(now)) & "<br />"
      
  session.lcid = 3079
  response.write monthname(month(now)) & "<br />"
      
  session.lcid = 1036
  response.write monthname(month(now)) & "<br />"
%>

If the session.lcid is defaulting to anything other than 1033 you may
have issues representing US values.

Regards,

Shawn K. Hall
http://12PointDesign.com/
http://ReliableAnswers.com/




---------------------------------------------------------------------    
Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
Post       : [email protected]
Subscribe  : [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 



SPONSORED LINKS 
Active server pages 

---------------------------------
YAHOO! GROUPS LINKS 


    Visit your group "active-server-pages" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[Non-text portions of this message have been removed]





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM
--------------------------------------------------------------------~-> 

---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to