Hi
I have the following
echo "Date of Complaint: $row[date_result]<br>";
date_result being a date/timestamp from a mySQL db table.
I have been trying unsuccessfully to perform a date format to get a UK DD-MM-YYYY and a Time.
Can anyone point me in the right direction?
Thanks in advance
I have the following
echo "Date of Complaint: $row[date_result]<br>";
date_result being a date/timestamp from a mySQL db table.
I have been trying unsuccessfully to perform a date format to get a UK DD-MM-YYYY and a Time.
Can anyone point me in the right direction?
Thanks in advance