How to reformat the date registered to the DB?
Currently, when an input is registered to the db, it registers it in the 'CreatedAt' column like this:
2015-09-28 02:00:12.662
How can we reformat it so it just says day/mon/year?
It is so we can list it without all of the added info.