Date from MySQL db

Hi All,

Does anyone know how to change the way a date field in my MySQL db appears in flash. At the moment it shows up and YYYY/MM/DD but i want it to appear as DD/MM/YYYY.

Thanks

Set the type to smalltext instead of date and just manually type the date.