dislpaying date uk FORMAT
Posted: Mon Dec 20, 2004 5:56 am
OK,
heres my query:
this displays all the the results from the table but how do i Adjust this query so that the date displays in dd/mm/yyyy rather that 0000/00/00 the two date fields are : dateoflastcontact AND datecontactagain
Can anyone help?
heres my query:
Code: Select all
$query = "SELECT * FROM people ORDER BY firstname";Can anyone help?