Thanks Ray - that looks like its working.
Where before I had this to forma a date:
date('j F Y',strtotime($row_WADAlodges['LastLoginDate']));
What would the syntax be to format the date with:
$RecipArray[$RecipIndex][0]["LastLoginDate"];
Its not liking:
date('j F Y',strtotime($RecipArray[$RecipIndex][0]["Last_Login_Date"]);