Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

U.S. Date Format to U.K. Date Format

Status
Not open for further replies.

dsk525

Programmer
Joined
Mar 13, 2002
Messages
73
Location
US
Hi All,

I have my Micorosoft Access database tables showing the dates as DD/MM/YYYY, however on the front end (ASP Page/I.E. Browser), it shows the format as MM/DD/YYYY. I have my regional settings set to DD/MM/YYYY. What do I need to do show the dates same as Microsoft Access on the front end, DD/MM/YYYY.

I would appreciate any comments/feedbacks on this.

Thank you.
 
faq329-2091 _______________________________________________
{ str = "sleep is good for you. sleep gives you the energy you need to function";
ptr = /sleep/gi;Nstr = str.replace(ptr,"coffee");alert(Nstr); }

_______________________________________________
for the best results to your questions: FAQ333-2924

 
Hi

I use this

session.LCID = 2057

sets up the session to 'english British'

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top