ive got various dates stored in a mysql database as YYYY-MM-DD and would like to view them as DD-MM-YYYY
I think i need to use strtotime() but cant find very good reference on how to use it, could someone please explain how to use it or another function which i may be able to use
I think i need to use strtotime() but cant find very good reference on how to use it, could someone please explain how to use it or another function which i may be able to use