Hi,
I would like to change the date format for the page contacts.php yyyy/mm/dd to dd/mm/yyyy
$aReplace['Date'] = $aMember['Arrived'] ? $aMember['Arrived'] : ' ';
I tryed in the admin panel date format but no succes for contacts.php page
THANKS
Hi, I would like to change the date format for the page contacts.php yyyy/mm/dd to dd/mm/yyyy $aReplace['Date'] = $aMember['Arrived'] ? $aMember['Arrived'] : ' '; I tryed in the admin panel date format but no succes for contacts.php page THANKS |
Please do a search for date formate, date, y/m/d , yy/mm/dd , mm/dd/yy I think you get the point. We have covered this many times, just use the message instead of topic option when you do the search and you'll find the answer. |