<%
If Cdate("12/1/1999") > Cdate("9/1/1966") then
  Response.Write "To dziaa"
else
  Response.Write "To nie powinno by widoczne"
end if
%> 
