Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Date Formats

Guest
Dec 21, 2006 Dec 21, 2006
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.
TOPICS
Server side applications
207
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Dec 21, 2006 Dec 21, 2006
LATEST
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.
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines