hi can I display current date and time in Arabic format using flash CS6 and as3
var now:Date=new Date()
this["st_rep"+c]["date"].text=now.toDateString()
this["st_rep"+c]["time"].text=now.toTimeString().slice(0,8)
thank's in advance