Hi, my website is www.thejokers.nl and I want to display the time in the bar under the entry. Watch the image.
http://img108.imageshack.us/img108/5793/1212ey2.png
Thanks
Time in bar
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Time in bar
Hi!
You could edit the entries.tpl template, and near the "POSTED_IN" you can place this smarty code:
That formats the entry timestamp in "hour.minute" format.
Regards,
Garvin
You could edit the entries.tpl template, and near the "POSTED_IN" you can place this smarty code:
Code: Select all
{$entry.timestamp|@formatTime:'%H:%M'}
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/