Classic ASP


How do I display date, time, and currencies for my locale within my site?
The LCID property specifies how dates, times, and currencies are formatted. LCIDs are not the same for each geographical locale. Some locales format dates as YY-MM-DD and some format dates as MM-DD-YYYY. Use this ASP code to return the correct format for your geographical location.

Session.LCID = LocaleID
Example: Hindi India is 1081
Here is the list of the LCID's.
http://msdn.microsoft.com/en-us/library/ms912047(WinEmbedded.10).aspx