Skip to content

Instantly share code, notes, and snippets.

@Barneybook
Forked from anonymous/test.as
Created December 26, 2012 09:04
Show Gist options
  • Save Barneybook/4379025 to your computer and use it in GitHub Desktop.
Save Barneybook/4379025 to your computer and use it in GitHub Desktop.
private function getUniqueName () : String
{
var d : Date = new Date();
return d.getMonth() + 1 + '' + d.getDate() + '' + d.getHours() + '' + d.getMinutes() + '' + d.getMilliseconds();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment