I am using Flash CS4, but AS1 (I know I should be in AS2 at least, but this particular code, I didn't know how to accomplish in that yet).

I created a widget that gets an array of information from my MySQL database and it is user specific. Everything works, except one of the fields is a date and is in Unix Timestamp format. How can I convert the timestamp in AS1 to display as a regularly formatted date? (without specifying a specific timestamp in the as, because it is a changing variable).
Thanks!