So i made a news module on my website that is attached to the SMF message database. But i need a converter for the poster time. For displaying the right form of the date. Can someone help?
if your using SMF SSI.
you should be able to use the smf function timeformat in subs.php
A tried ti figure it out but its to complex for me! :P Isn't there a simple script or something?
If you are just taking the UNIX time stamp you can just convert it via time() date() php functions.