I have a MySQL table with a date column (YYYY-MM-DD)
I am selecting this and outputting it through PHP.
Is there anyway to output it as MM-DD-YYYY ?
Also can i out put the MM as Jan Feb Mar... etc.
I am selecting this and outputting it through PHP.
Is there anyway to output it as MM-DD-YYYY ?
Also can i out put the MM as Jan Feb Mar... etc.
Comment