PDA

View Full Version : Displaying the time a calendar event was posted


WKHarmon
02-08-2006, 09:44 PM
Hello --

I've done some searching, but I haven't had much luck finding an answer.

I need to figure out how to modify my calendar_showeventsbit template to display the date and time that an event was posted (not necessarily the date and time of the event itself, but the date and time it was posted).

Using $eventinfo[dateline] returns a unix timestamp, but I need to figure out how to either a) convert that to a human readable timestamp, or b) find another variable that will return a human readable timestamp.

I'm thinking (hoping) that this is a pretty simple fix.

Thanks in advance for any assistance!