Created
January 14, 2016 12:12
-
-
Save nishinoshake/e12e1f80f50173d72794 to your computer and use it in GitHub Desktop.
曜日を取得
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
var week = ['SUN', 'MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT'][date.getDay()]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment