php Programming Glossary: time_differnce
calculate time difference like facebook messaging system [duplicate] http://stackoverflow.com/questions/11540139/calculate-time-difference-like-facebook-messaging-system 'Y m d H i s' It returns the time difference in Seconds... time_differnce today str To Calculate the time difference in Years... years.. the time difference in Minutes... minutes 60 if intval time_differnce years 1 return intval time_differnce years . years ago else.. minutes 60 if intval time_differnce years 1 return intval time_differnce years . years ago else if intval time_differnce years 0 return..
|