RandyBosma
Programmer
I would like to display a paragraph of text on a web page based on the current date, for instance, a list of upcoming meetings, but only those meetings in the future. I suspect the answer is a javascript script, but I have not been able to figure out the syntax.
Here's how I might do it in a famous database language:
IF DATE()-{^2003-09-11} > 0
? "This should be displayed before September 11"
ENDIF
TIA,
RandyB
Here's how I might do it in a famous database language:
IF DATE()-{^2003-09-11} > 0
? "This should be displayed before September 11"
ENDIF
TIA,
RandyB