when i was writing my code in asp file,
response.write MonthName(8,true)
it display:
8��
instead of :
Aug
why??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Session.LCID is affecting various things, the date/time display is one of those things.
If somehow the default LCID is wrong, you can override it by code on any page where you need it:
Full list of values can be found here and I’ll copy it here as well. (Microsoft move/delete pages sometimes thus can’t be trusted as reliable host for code)