I need to display the last time a school hosted the SAT exam as mm/dd/yy.
I have been fighting for two days to try to get the correct syntax
My code is:
<TD><%Response.Write Format(rsSchools("LastTestDate"), "mm/dd/yy")%></TD>
I get the message:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'Format'
/USExams/SatPageAct.ASP, line 169
What am I doing wrong?
Thanks in advance
Granny