Log in

View Full Version : external date


nhatrang
08-26-2007, 09:36 AM
Hi,

I can pull everything just fine, except the date that the thread was posted... how do I convert vbulletin date to regular dates?

Thanks for any help come this way... :)

Dismounted
08-26-2007, 11:17 AM
The dates are calculated in seconds from the UNIX Epoch. They are not "vBulletin-dates" and can be converted to readable date format by using the PHP function date().