teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

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

2017/09/24 07:12

投稿

koyomi
koyomi

スコア17

title CHANGED
File without changes
body CHANGED
@@ -20,5 +20,5 @@
20
20
  >
21
21
  Fatal error: Call to a member function format() on a non-object in /home/hogehoge/lib/functions.php on line 121
22
22
 
23
- line 121は、` $format_date = DateTime::createFromFormat('Ymd', $no_week);`の行です。
23
+ line 121は、`$result = $format_date->format('Y-m-d');`の行です。
24
24
  よろしくお願いします。

1

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

2017/09/24 07:12

投稿

koyomi
koyomi

スコア17

title CHANGED
File without changes
body CHANGED
File without changes