Hi. I need to format a date that I am pulling from the DB after is it out of the DB with PHP.
For instance if I have 2003-10-12 I would like to take that date and change it Oct-12-2003. I can't use DATE_FORMAT in mysql, I have to use some Php function. I know the Date Function but that only formats the current date right?
Thanks!😃