è corretto cosi?
codice:
<%
if date() > "01/08/2019" then
%>
TORNA A TROVARCI
<%
elseIf Date() >= "01/08/2019" and Date() <= "15/08/2019" Then
%>
BENVENUTO HAI TEMPO FINO AL 15 AGOSTO
<%
elseif date() < "15/08/2019" then
%>
GRAZIE Per aver partecipato
<%
end if
%>