 |
Sunday, May 19, 2002 |
I added "born on" dates to my stories pages courtesy of email from Jake S. Here's the code: % if defined (postTime) {
return ("Created: " + postTime);
} else { return (""); } % This is basically just doing an isdefined trap. I use to use server side code to estimate the difference between the last modified and created date to create an interesting document age.
3:51:51 PM
|
|
© Copyright 2003 Andy Edmonds.
|
|
|