Hi, I am using Wordpress for my site with vbulletin for my forum. I am showing the latest threads and want to incorporate the date and time. Can someone tell me what the variables would be to do this?
Here is what I am currently using:
Quote:
document.writeln("<li><a href=\"forums/showthread.php?t="+threads[x].threadid+"\"><b>"+threads[x].title+"</b></a></li>");
|
Many thanks!