I have a site that people join and enter their birthdate which I want to store in MySQL as a date Type.
The data I have is
Day - eg: 1 or 11, 23 etc
Month - eg: March or April or December
Year - eg: 1975 or 1964 or 1944 etc
thus eg: 3 March 1966
How can I convert this into a format that can be saved into as a MySQL date type?
thankyou