Possible Duplicate:
How to convert yyyy-MM-dd HH:mm:ss to “15th Apr 2010” using PHP
I have connected to a bank that it gives me a report in YYYY-DD-MM hh:mm:ss format , but i need this format YYYY-MM-DD hh:mm:ss to store in db , what can i do in php now?
One way is to use the DateTime class: