how to remove time from datetime

The field DATE in the database has the following format:

2012-11-12 00:00:00

I would like to remove the time from the date and return the date like this:

11/12/2012

Leave a Comment