Yeah ..! I noticed.. :) Actually I was thinking you have to show both formats in one page. (or rather One session)
Cheers Kuminda Chandimith Sr. Technical Consultant Ducont.com FZ-LLC Tel: + 971-4-3913000 Ext 237 Fax: +971-4-3913001 http://www.ducont.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 16 October 2002 16:00 To: ActiveServerPages Subject: RE: translating a date I used Session.LCID and voila! -----Original Message----- From: Kuminda Chandimith [mailto:[EMAIL PROTECTED]] Sent: October 16, 2002 3:56 AM To: ActiveServerPages Subject: RE: translating a date DATES -- Here we go agian!!! You may have to write a function. Function MyLangDate( myDate) WeekDayNo = weekday(myDate) --- Not select case weekdayNO case 1 WeekdayString = "YouLang Sunday" Et,. end select -- Same For The month ----- MyLangDate( Date) = WeekdayString & ", Le " & Month String & " " * year(myDate) end function I dont think you could do this using the International features of the Windows. Since you need to keep your server in one international setting. Cheers Kumi Kuminda Chandimith Sr. Technical Consultant Ducont.com FZ-LLC Tel: + 971-4-3913000 Ext 237 Fax: +971-4-3913001 http://www.ducont.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 October 2002 18:27 To: ActiveServerPages Subject: translating a date I'm wondering if anyone has every had to translate a date? I am running a Bilingual web site which I need to be able to take " Friday, October 15" and make it "Vendredi, le 15 octobre" Ideas? Tim --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
