Mysql strip time component from datetime

Yes, use the date function:

SELECT date(my_date)

Leave a Comment