This just gives me a unix timestamp
{$post['lastvisit']}
I have template conditionals installed so i tried to add
but i am not sure how to execute the php code to convert it.
I would like it to read how it does in the profile such as 1 minute ago/15 minutes ago/ etc.
{$post['lastvisit']}
I have template conditionals installed so i tried to add
Last Visit: <if 1 then>gmdate("Y-m-d\TH:i:s\Z", {$post['lastvisit']});</if>
but i am not sure how to execute the php code to convert it.
I would like it to read how it does in the profile such as 1 minute ago/15 minutes ago/ etc.