I have a database that stores the time for me. I insert it from PHP using
date( \'Y-m-d H:i:s\');
I then use this function to convert it t
here you go
print date("YmdHis",unixtimestamp);