Hi,
I'm creating a countdown timer to a dynamic date, it reads a date from a db and then counts down to that date. I need to know once the date has been reached how i then display a message stating that the users member ship is up.............any ideas?
Also is the field I want to dynamically enter is called membership_start_date but adding it in the normal manner i.e.
<%
dim strDate
strDate = Date()
Response.Write DateDiff("d", strDate, <%=membership_start_date%>) & " days until your membership expires "
%>
is producing an error. Any help would be great.
Thanks
I'm creating a countdown timer to a dynamic date, it reads a date from a db and then counts down to that date. I need to know once the date has been reached how i then display a message stating that the users member ship is up.............any ideas?
Also is the field I want to dynamically enter is called membership_start_date but adding it in the normal manner i.e.
<%
dim strDate
strDate = Date()
Response.Write DateDiff("d", strDate, <%=membership_start_date%>) & " days until your membership expires "
%>
is producing an error. Any help would be great.
Thanks