
When working with dates (such as using my event calendar article's script), it is often necessary to format it into the Web site's native languages format. For example, instead of mm/dd/yyyy, many languages use dd/mm/yyyy.We can accomplish this by using the Locale ID (LCID) session property. By using this property, we can override the web server's default settings. The usage is below.
|