PDA

View Full Version : current date and posted date


amintorres
04-30-2008, 06:32 PM
I have been sniffing around and cant find anything like:
a way to display the date and time in which a photo was posted, i mean the date displays but is there something like "posted on: April 30, 2008 at 2:30am" ?

dhdesign
04-30-2008, 11:47 PM
Looking through the PP Documentation, you would use the date-related template tags (http://www.pixelpost.org/docs/TemplateTags/DateRelatedTags). One way you can accomplish this is by placing the following in your image_template.html file where you want it to show up:

posted on: <IMAGE_DATE_MONTH> <IMAGE_DATE_DAY>, <IMAGE_DATE_YEAR_FULL> at <IMAGE_TIME>

Check out all the date-related tags to see all the different ways you can pull the date and time into your template file.

amintorres
05-01-2008, 04:57 AM
Looking through the PP Documentation, you would use the date-related template tags (http://www.pixelpost.org/docs/TemplateTags/DateRelatedTags). One way you can accomplish this is by placing the following in your image_template.html file where you want it to show up:

posted on: <IMAGE_DATE_MONTH> <IMAGE_DATE_DAY>, <IMAGE_DATE_YEAR_FULL> at <IMAGE_TIME>

Check out all the date-related tags to see all the different ways you can pull the date and time into your template file.

cool thanks matey, i think http://www.pixelpost.org/docs/TemplateTags/IMAGE_DATETIME this did it for me. :)