MOZ Well-known member Aug 10, 2012 #1 How do I read the date from the DB. Not technically but how do I interpret it. It is a 10 digit integer. Something like:1344545345
How do I read the date from the DB. Not technically but how do I interpret it. It is a 10 digit integer. Something like:1344545345
chrisj Active member Aug 10, 2012 #2 <xen:datetime time="{$your_variable}" /> Thats for outputting into html and gives you A moment ago, 11 minutes ago, etc.
<xen:datetime time="{$your_variable}" /> Thats for outputting into html and gives you A moment ago, 11 minutes ago, etc.
CTXMedia Well-known member Aug 10, 2012 #3 Use this Unix timestamp converstion tool: http://www.onlineconversion.com/unix_time.htm