We are planning to make an tray application for our forum and I just tested this great script.
Code:
$datePosted = strftime($dateFormat, $timestamp);
I think it should be
Code:
$datePosted = strftime($dateFormat, $timestampPosted);
Anyway, I'm new to XML and wonder if anyone have made an XLS for this yet? Just want to se how it works and maybe learn something from it