I follow the script that u sended but i found some error.
This is the script that i insert
$datum = strtotime(substr($datum,5,2).'/'.
substr($datum,8,2).'/'.
substr($datum,0,4).' '.
substr($datum,11,5));
$datum = date("M j, Y, g:i A", $datum);
If i send this event for 1 to 1 person, this script is process well, but after send this date for 1 to many, then this script is taking the mySql system date --31 Dec 1969.
How to correct this method and allow the date display well?
Thanks for help
thanks & regard,
vennly