RE: Converting Dates using PHP

admin

Administrator
Staff member
I am trying to create my own discussion board using php and MySQL. I want to be able to sort my records by date (using the date field in MySQL which I can do.

At the moment when I output the date field to the screen it outputs as yyyy-mm-dd.

My problem is I want to output it as dd-mm-yy.

How do I format the date to what I want. I have read the MySQL manual (some of it) and it says you can't change the format of the date.

Can anyone help me?? I don't even know where to start.

Thanks

Paul
 
Back
Top