ok...I am using MySql for my database and the date format in the DB is yyyy-mm-dd. So using the PHP code below will display in the field of my table as 2000-12-01. What I want it to do is display as Dec 01, 2001. I looked over the formating for date and the format I want is ("M d, Y"). I have put it everywhere in PHP code:
<?php echo $MemberInfo->Value("memdate")?>
I get errors how I place it. So I must obviously be coding wrong.
Does this help any?
Thx again