Skip to content

Instantly share code, notes, and snippets.

@kobaatsu
Last active November 9, 2022 09:17
Show Gist options
  • Save kobaatsu/8ad9917f2f45786619a0 to your computer and use it in GitHub Desktop.
Save kobaatsu/8ad9917f2f45786619a0 to your computer and use it in GitHub Desktop.
曜日の配列 #utils
[
{"day":"sun","yohbi":"日"},
{"day":"mon","yohbi":"月"},
{"day":"tue","yohbi":"火"},
{"day":"wed","yohbi":"水"},
{"day":"thu","yohbi":"木"},
{"day":"fri","yohbi":"金"},
{"day":"sat","yohbi":"土"}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment