質問編集履歴
2
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
if (StringUtils.isEmpty(s)) {
|
|
18
18
|
return s;
|
|
19
19
|
}
|
|
20
|
-
SimpleDateFormat format = new SimpleDateFormat("
|
|
20
|
+
SimpleDateFormat format = new SimpleDateFormat("yyyyMMddHHmm");
|
|
21
21
|
format.setLenient(false);
|
|
22
22
|
try {
|
|
23
23
|
format.parse(s);
|
1
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
なぜでしょうか?
|
|
7
7
|
どう修正したらいいのかわかりません。アドバイス頂けると嬉しいです。
|
|
8
8
|
|
|
9
|
-
この実装を良しとしているサイト記事が多いので
|
|
9
|
+
この実装を良しとしているサイト記事が多いのですがうまくいきませんでした。
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
```java
|