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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -