質問編集履歴

2

line121が示すコードを書き換えた。

2017/09/24 07:12

投稿

koyomi
koyomi

スコア17

test CHANGED
File without changes
test CHANGED
@@ -42,6 +42,6 @@
42
42
 
43
43
 
44
44
 
45
- line 121は、` $format_date = DateTime::createFromFormat('Ymd', $no_week);`の行です。
45
+ line 121は、`$result = $format_date->format('Y-m-d');`の行です。
46
46
 
47
47
  よろしくお願いします。

1

line 121を示すコードが間違えていました。正しくは、` \$result = \$format_date->format\('Y-m-d'\);`です。

2017/09/24 07:12

投稿

koyomi
koyomi

スコア17

test CHANGED
File without changes
test CHANGED
File without changes