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
Post a Comment