OP Taze Üye
Teşekkür Sayısı: 0
5 mesaj
Kayıt Tarihi:Kayıt: Ağu 2009
merhaba
yapmak istediğim işlem
Seçilen tarih Bugünün tarihinden küçük ise giriş başarısız olsun.
<%
secilentarih ="'2009.09.25'"
sistemtarihi= ""&FormatDateTime(Date)&""
If secilentarih >= sistemtarihi Then
Response.Write("GİRİŞ YAP")
else
Response.Write("GİRİŞ BAŞARISIZ")
end if
%>