This question already has an answer here:
- Convert date format yyyy-mm-dd => dd-mm-yyyy 12 answers
I have stored date in MySQL in the format yyyy-mm-dd and I wish to display it on the form like
ddMMMMyyyy
How can I do that
This question already has an answer here:
I have stored date in MySQL in the format yyyy-mm-dd and I wish to display it on the form like
ddMMMMyyyy
How can I do that
Try it.
Use DATE_FORMAT()