PDA

View Full Version : Date from MySQL db



lbeetles
August 28th, 2003, 12:26 PM
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

Voetsjoeba
August 28th, 2003, 12:34 PM
Set the type to smalltext instead of date and just manually type the date.