I have the following datetime
2014-02-05 17:12:48
stored in a php
variable named $reportDb["reportDate"]
.
Now, It is in Y-m-d H:i:s
format, I want it in d/m/Y H:i:s
format. How can I set or reformat this variable?
I tried with datetime::createformat
but It doesn't works.