Quote:
Originally Posted by Jonm
But how can I remove the AM/PM part?
|
Use the "LastdatePB" XML that is included in the zip
and use the following when modifying your template.
<!-- LAST ONLINE DATE START -->
<vb:if condition="$post['lastactivity']">
<dt>{vb:rawphrase last_online_activity}</dt><dd>{vb:raw post.lastactivity_date} </dd>
</vb:if>
<!-- / LAST ONLINE DATE END -->