How to i change the time stamp using php mysql -


my friend using phpfox social network. intergrating phpfox own application. in phpfox site using time stamp 1297503935 (db data type : int(10) ).we wre not able find way ther using num time stamp . there way change integer normal time stamp.

check documentation php date

$timestamp=1297503935; date ( date_rfc822 ,  $timestamp ); 

Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -