Mega Code Archive

 
Categories / Flash ActionScript / Development
 

The toString() method is inherited from the Object class, and it returns a string representing the value

package{   import flash.display.Sprite;      public class Main extends Sprite{     public function Main(){         trace(new Date());     }   } }