Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created January 14, 2016 12:12
Show Gist options
  • Save nishinoshake/e12e1f80f50173d72794 to your computer and use it in GitHub Desktop.
Save nishinoshake/e12e1f80f50173d72794 to your computer and use it in GitHub Desktop.
曜日を取得
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