Display birthday with dd-mm only from mysql date (dd-mm-yyyy

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
tonyck2000
Forum Newbie
Posts: 2
Joined: Tue Oct 01, 2013 12:13 pm

Display birthday with dd-mm only from mysql date (dd-mm-yyyy

Post by tonyck2000 »

I have a membership msql database with a birthday column. The column has birthday date dd-mm-yyyy but when viewed or displayed with Select using php I would like it to show only dd-mm for lower level access members. How do I accomplish this?
Post Reply