Insert different dates into a database table.
Posted: Tue Apr 25, 2006 3:21 pm
Hello,
I have a form with serveral different date fields. I would like to insert these into a table, along with other info, but in the proper MySQL date format.
My users will be inputing the dates in this format (mm/dd/yy). How would I format this to insert them into the table in the proper DATE fomat.
*NOTE each date field in the database had the DATE type.
Thanks
I have a form with serveral different date fields. I would like to insert these into a table, along with other info, but in the proper MySQL date format.
My users will be inputing the dates in this format (mm/dd/yy). How would I format this to insert them into the table in the proper DATE fomat.
*NOTE each date field in the database had the DATE type.
Thanks