回答編集履歴
1
フォーマットのみ
test
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
// Your code here!
|
14
14
|
|
15
|
-
SimpleDateFormat fmt = new SimpleDateFormat("EEE
|
15
|
+
SimpleDateFormat fmt = new SimpleDateFormat("EEEEE", new Locale("JA", "jp", "jp"));
|
16
16
|
|
17
17
|
Date date = new Date();
|
18
18
|
|
@@ -26,6 +26,8 @@
|
|
26
26
|
|
27
27
|
}
|
28
28
|
|
29
|
+
|
30
|
+
|
29
31
|
```
|
30
32
|
|
31
33
|
|
@@ -34,4 +36,4 @@
|
|
34
36
|
|
35
37
|
|
36
38
|
|
37
|
-
[sample](https://paiza.io/projects/
|
39
|
+
[sample](https://paiza.io/projects/kTaSNY5YDkzRkRuISbUD8Q)
|