ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: mdm on August 09, 2005, 01:49:01 pm

Title: Time Stamp Message Code ?
Post by: mdm on August 09, 2005, 01:49:01 pm
I see Date and Date2.  I see that I have access to all sorts of date information, and can get exactly what I want in the way of date.

What if I also want the time, down to the last second ?

Can I use the Unix variables for Time, and just modify Date2 for instance.

I want to have the IP Address and Time Stamp on the confirmation message going back to people.  So that if it was a prankster that signed somebody up, they at least have some clues to work with.

Thank you.

mark
Title: Time Stamp Message Code ?
Post by: DW on August 09, 2005, 02:11:55 pm
Mark,

You can use the time in date codes, it's just not documented. :)

ListMail processes these codes through the PHP date() function.  A reference, including the characters to use for time, follows:
http://www.php.net/manual/en/function.date.php

Regards