My date field currently saves data in the following format:
2016-09-02 14:04:43
Instead, I'd like it to say:
02 September 2016, 2:04 PM
Is there an easy way to convert it using PHP/MySQL statements?
EDIT: I would like to also be able to select let's say the rows where the date is in the last 30 days. For example, select all rows where date is > 2017/03/06