NumDay




<%

StartDate = Now()
EndDate = CDate ("1/1/2001")

DaysLeft = DateDiff("d", StartDate, EndDate )

Response.Write "Mancano ancora " & DaysLeft

%>











( numday.html )- by Paolo Puglisi - Modifica del 17/12/2023