// ---------------------
// Figure out what their Birthday is - by JoshPet
if ($BirthMonth == "Jan") { $birthday = "Januari"; }
if ($BirthMonth == "Feb") { $birthday = "Februari"; }
if ($BirthMonth == "Mar") { $birthday = "Maart"; }
if ($BirthMonth == "Apr") { $birthday = "April"; }
if ($BirthMonth == "May") { $birthday = "Mei"; }
if ($BirthMonth == "Jun") { $birthday = "Juni"; }
if ($BirthMonth == "Jul") { $birthday = "Juli"; }
if ($BirthMonth == "Aug") { $birthday = "Augustus"; }
if ($BirthMonth == "Sep") { $birthday = "September"; }
if ($BirthMonth == "Oct") { $birthday = "Oktober"; }
if ($BirthMonth == "Nov") { $birthday = "November"; }
if ($BirthMonth == "Dec") { $birthday = "December"; }
if ($BithhDay == "0") { $BirthDay = ""; }
if ($BirthMonth) { $birthday .= " $BirthDay"; } [/]
I know it's a very minor thing, but here in Holand that's the way the dates are displayed
Thanks in advance ! Pasquale