<%
dim gun, ay, yil, ayadi
gun= day(date)
ay=month(date)
yil=year(date)
if ay=1 then ayadi="Ocak"
if ay=2 then ayadi="şubat"
if ay=3 then ayadi="Mart"
if ay=4 then ayadi="Nisan"
if ay=5 then ayadi="Mayıs"
if ay=6 then ayadi="Haziran"
if ay=7 then ayadi="Temmuz"
if ay=8 then ayadi="Ağustos"
if ay=9 then ayadi="Eylül"
if ay=10 then ayadi="Ekim"
if ay=11 then ayadi="Kasım"
if ay=12 then ayadi="Aralık"
response.write ""& gun &" "& ayadi &" "& yil &""
%>