![]() |
[solved ] date like forum post ? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [solved ] date like forum post ? (/showthread.php?tid=25688) |
[solved ] date like forum post ? - El Forum - 12-21-2009 [eluser]umefarooq[/eluser] Hi one table of my application has field datetime i just want to know how can i calculate the date like forum if somebody post some topic on fourm it is showing datetime like Code: 5 minutes ago [solved ] date like forum post ? - El Forum - 12-21-2009 [eluser]Colin Williams[/eluser] You can use the timespan() function in the date helper or extrapolate from this function in drupal: http://api.drupal.org/api/function/format_interval/6 [solved ] date like forum post ? - El Forum - 12-21-2009 [eluser]umefarooq[/eluser] problem is solved i just googled and fond some thing intersting here is the link http://aidanlister.com/2004/04/making-time-periods-readable/ if somebody has some thing different please share |