View Single Post
  #5 (permalink)  
Old Jan 21st, 2008, 00:11
Monie Monie is online now
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,604
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Asp code in XHTML displays English, then switches to a different language

Try putting this code on top of your page!
This will print your date in british format
HTML: Select all
<% Session.LCID=2057 %>
[ASP Session LCID]
Reply With Quote