Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created December 8, 2016 07:00
Show Gist options
  • Save nishinoshake/d7bf9f4d417a8170e762b31713327c25 to your computer and use it in GitHub Desktop.
Save nishinoshake/d7bf9f4d417a8170e762b31713327c25 to your computer and use it in GitHub Desktop.
Unix時間の取得
getUnixTime: function(){
return (new Date()).getTime();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment