TheGreenWelly
05-09-2009, 09:50 PM
hi folks,
I have a small issue with some coding work, and wonder if someone could shed some light on for me please..
print "<td>". date('d-m-y',$row['fldEndDate']) ."</td>";
the date within the database is this: 2009-04-30 00:00:00
however - on the output I'd like it to show 30-04-2009
it's currently displaying the 01-01-70
Could anyone aid my blindness here....!?! lol
I have a small issue with some coding work, and wonder if someone could shed some light on for me please..
print "<td>". date('d-m-y',$row['fldEndDate']) ."</td>";
the date within the database is this: 2009-04-30 00:00:00
however - on the output I'd like it to show 30-04-2009
it's currently displaying the 01-01-70
Could anyone aid my blindness here....!?! lol