Date format...PLS HELP

Hi all,

I’ve been trying to change the date format of my website for a long time nowand nothing seems to work. I’ve tried to change it on MySQL but I’m not getting it right.

here is the line of code I’m using to call the date from the database:


<?php echo $row_rs_nw['date'];?>

what I need is to change the format from yyyy/mm/dd to mm/dd/yyyy…

PLS HELP!!! thanks for the attention!!