Can you be a bit more forthcoming about what you want to do? The date differnece between a future date and what? And how will you use it to determine your message?
Using if/then logic in SSI I was planning to do something like the following:
Set current date to variable.
Set future date needed to variable.
If date difference > 1
display "Number of days to go is: " & date difference
Else if date difference = 1
display "Tomorrow is the day"
Else if date difference = 0
display "Today is the day"
Else
display "It is passed the due date..."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.