回答編集履歴

1

修正

2023/03/23 17:55

投稿

popura2073
popura2073

スコア17

test CHANGED
@@ -1,6 +1,6 @@
1
1
  以下はどうでしょうか?
2
2
 
3
3
  ```html
4
- <td><input type="text" name="birthday"
4
+ <td><input type="text" name="birthday"
5
- th:value="${#temporals.format(userInfo.birthday, 'yyyy-MM-dd')}" /></td>
5
+    th:value="${#temporals.format(userInfo.birthday, 'yyyy-MM-dd')}" /></td>
6
6
  ```