Message Text |
I sometimes want submitted links to appear in a different order than when they were submitted, so I'm trying to change the value of Date Submitted. Here's what I added in the edit link template:
<IF {THISMEMBERGROUPISADMIN}>
<tr>
<td><strong>Date Submitted:</strong></td>
<td><input type="text" name="time" size="{STANDARDSIZE}" value="{LINKDATE}"></td>
</tr>
</IF>
However, every time I hit submit on that form, it changes the date to 12/31/1969. Am I using the wrong variable, or is this not possible?
Adam
|