Skip to content

Instantly share code, notes, and snippets.

Created December 26, 2012 08:49
Show Gist options
  • Select an option

  • Save anonymous/4378955 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/4378955 to your computer and use it in GitHub Desktop.

Revisions

  1. @invalid-email-address Anonymous created this gist Dec 26, 2012.
    5 changes: 5 additions & 0 deletions test.as
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    private function getUniqueName () : String
    {
    var d : Date = new Date();
    return d.getMonth() + 1 + '' + d.getDate() + '' + d.getHours() + '' + d.getMinutes() + '' + d.getMilliseconds();
    }