Programalama > ASP

Etiketler: asp, ile, turkce, haftanin, gunu......

Ort. 0
Puan ver:
Server'larda ingilizce isletim sistemi yukluyse, 

<%  
=WeekdayName(Weekday(date)) 
%>  

ile turkce tarih yerine haftanin gununu ingilizce goruruz. Bunu asp ile degiskenlerle turkceye cevirelim. 

<% 
dim haftagunu, haftaismi 
haftagunu=Weekday(date) 
If haftagunu=2 Then haftaismi="Pazartesi" 
If haftagunu=3 Then haftaismi="Sali" 
If haftagunu=4 Then haftaismi="Carsamba" 
If haftagunu=5 Then haftaismi="Persembe" 
If haftagunu=6 Then haftaismi="Cuma" 
If haftagunu=7 Then haftaismi="Cumartesi" 
If haftagunu=1 Then haftaismi="pazar" 
Response.Write "<font size=" -2" face=" Verdana">Bugün :<b>" & haftaismi &" </b></font>"   
%>


Yorumlar                 Yorum Yaz
Bu hazır kod'a ilk yorumu siz yapın!
KATEGORİLER
ASP - 240
ASP.NET - 24
C# - 75
C++ - 174
CGI - 8
DELPHI - 247
FLASH - 49
HTML - 536
PASCAL - 246
PERL - 11
PHP - 160
WML - 9
XML - 2
Copyright © 2002 - 2024 Hazır Kod - Tüm Hakları Saklıdır.
Siteden yararlanırken gizlilik ilkelerini okumanızı tavsiye ederiz.
hazirkod.com bir İSOBİL projesidir.