toUTCString() returns all information relative to UTC : Date format : Development Flash / Flex / ActionScript examples


Flash / Flex / ActionScript examples » Development » Date format »

 

toUTCString() returns all information relative to UTC


 

package{
  import flash.display.Sprite;
  
  public class Main extends Sprite{
    public function Main(){
        var date:Date = new Date();
        trace(date.toUTCString());
    }
  }
}

        



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


Flash / Flex / ActionScript examples

 Navioo Development
» Date format