hansman Posted June 24, 2008 Share Posted June 24, 2008 this is my code $query="select DATE_FORMAT(date, '%d/%m/%Y'), name, lastname, email, id FROM test_mysql"; the "date" coloum shows up with nothing in its space. i was wondering what i was doing wrong. Link to comment https://forums.phpfreaks.com/topic/111727-date-formtat-not-working/ Share on other sites More sharing options...
discomatt Posted June 24, 2008 Share Posted June 24, 2008 DATE_FORMAT(`date`, '%d/%m/%Y') as `date` Link to comment https://forums.phpfreaks.com/topic/111727-date-formtat-not-working/#findComment-573510 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.