ive got a date stored in my mysql database as 00/00/0000 (dd/mm/yyyy)
i dont want to store it as 00/jan/0000 for many reasons.
is there an easy way of taking the month as 01 and converting it into JAN or 03 to MAR without writing a whole load of if / case statements?
ie. is there a way of doing it with date() or timestamp() ? i only want to display it as MAR,JUN etc... not convert it in the db.
thanks,
paul