Created
December 8, 2016 07:00
-
-
Save nishinoshake/d7bf9f4d417a8170e762b31713327c25 to your computer and use it in GitHub Desktop.
Unix時間の取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getUnixTime: function(){ | |
return (new Date()).getTime(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment