回答編集履歴
1
追記
test
CHANGED
@@ -1 +1,15 @@
|
|
1
1
|
`createTemplateFromFile`に指定するのはHTMLファイル名ですが、指定されている`HP更新履歴`はHTMLファイルではないのではないですか?
|
2
|
+
|
3
|
+
|
4
|
+
|
5
|
+
追記
|
6
|
+
|
7
|
+
|
8
|
+
|
9
|
+
> formatDate(new Date(data[i][0]),'yyyy/MM/dd')
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
これが問題かもしれません。
|
14
|
+
|
15
|
+
`formatDate`のパラメーターは`(date, timeZone, format)`です。1つ足りません。
|