Skip to main content
December 21, 2006
Question

Date Formats

  • December 21, 2006
  • 1 reply
  • 206 views
We have a storefront which is unfortunately American written; this means that we have had to set the regional setting on the web server to American date format. The problem is now that certain dates are now being displayed in American on the web pages. is there any simple way of displaying the date in English format on the WebPages (.asp pages). The data in the SQL 2000 database is in UK format. I cannot change the regional settings on the web server as this causes synchronisation problems with our Backoffice systems.
This topic has been closed for replies.

1 reply

Inspiring
December 21, 2006
Use:

<%Session.LCID = 2057%>

at the top of your asp page.


"Chris_Thomas" <webforumsuser@macromedia.com> wrote in message
news:emdtf9$n87$1@forums.macromedia.com...
> We have a storefront which is unfortunately American written; this means
> that
> we have had to set the regional setting on the web server to American date
> format. The problem is now that certain dates are now being displayed in
> American on the web pages. is there any simple way of displaying the date
> in
> English format on the WebPages (.asp pages). The data in the SQL 2000
> database
> is in UK format. I cannot change the regional settings on the web server
> as
> this causes synchronisation problems with our Backoffice systems.
>