Hi,
Im using this here to get the date:
$today = date("d/m/Y");
But when i input this it is displayed as:
2004-12-05 00:00:00
I am looking for the date:
12-05-2004
Which is completly the wrong way round
using this code:
$value2 = $defRecordSet->fields['1'];
$inserResQ = "INSERT INTO RESERVATION ('member_id','res_date')".
"values ($value1,$value2)";
Where $value2 is the date
Anyone have any ideas?
Thanks