timestamp in articles

Asked by Joel Karlsson

This is more of a question, how to get timestamp in the articles, it's in comments but not in the published article. Maybe like this:
<em>Posted by <a href="#">{author}</a> on {timestamp}</em></h4>
I've looked in the database, and you have timestamp in the table articles, but I'm no expert so I can't figure out how to call it from the database =)

Regards Joel

Question information

Language:
English Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
alecwh
Solved:
Last query:
Last reply:
Revision history for this message
Best alecwh (alecwh) said :
#1

There is no "timestamp" replacement variable. Rather, there is a
variable named '{date}' which will be a formatted timestamp you can use
in the articles themselves.

Revision history for this message
Joel Karlsson (smurf-slopsbox) said :
#2

Thanks alecwh, that solved my question.