Thread: Birthday
View Single Post
Old July 3rd, 2009, 12:59 PM   #9 (permalink)
Sara75
Junior Member
Verified Customer
 
Join Date: Jan 2009
Posts: 18
Quote:
Originally Posted by Chuck S View Post
the update command is in each script and it would work as long as the lines In noted are changed. For example look at edit line I posted in member.php you simply need to change the variables around that work for you. I showed the lines to show you how we store it.
Sorry Chuck, but these informations are wrongs.
Changes you suggested doesn't work simply because you stored birthday date in db in a field "birthday" type DATE, that means that it only accept date in 0000-00-00 (yyyy-mm-dd) format - mysql standard.
So to have birthday date shown in format dd-mm-yyyy I had to work really more than what you suggested.
Sara
Sara75 is offline   Reply With Quote