right, I have found the problem, it is to do with the formatting that ASP seems to return, this may just be the setup on my pc, but the fix is:
Code:
var servertimestring='<%= Format$(DateTime.Now(), "MMMM dd, yyyy HH:mm:ss") %>'
as mentioned before, I have taken out the SSI and PHP support, but for anyone that interested, the original ASP bit is at the end of the line that starts:
Code:
var servertimestring=..........PHP..........SSI............, '<%= Now() %>'
really simple fix, but hope that this helps anyone else that has the problem.
Bookmarks