回答編集履歴

3

コメントの訂正2

2023/08/20 07:57

投稿

atlanticSalmon
atlanticSalmon

スコア39

test CHANGED
@@ -19,7 +19,7 @@
19
19
  console.log(targetRow);
20
20
  console.log(date);
21
21
  }
22
- //どちらも日付として取得し日付(経過ミリ秒)として比較
22
+ //どちらも日付として取得し数値(経過ミリ秒)として比較
23
23
  function myFunction1() {
24
24
  const ss = SpreadsheetApp.getActiveSpreadsheet();
25
25
  const st = ss.getSheetByName('sheet');

2

コメントの訂正

2023/08/20 07:55

投稿

atlanticSalmon
atlanticSalmon

スコア39

test CHANGED
@@ -6,7 +6,7 @@
6
6
  3つに明らかな差はありませんでした。
7
7
 
8
8
  ```js
9
- //日付と文字列それぞれに取得しそれぞれに比較する
9
+ //日付と文字列それぞれに取得し文字列として比較
10
10
  function myFunction0() {
11
11
  const ss = SpreadsheetApp.getActiveSpreadsheet();
12
12
  const st = ss.getSheetByName('sheet');

1

コメントの修正

2023/08/20 07:45

投稿

atlanticSalmon
atlanticSalmon

スコア39

test CHANGED
@@ -19,7 +19,7 @@
19
19
  console.log(targetRow);
20
20
  console.log(date);
21
21
  }
22
- //どちらも日付として取得し日付として比較
22
+ //どちらも日付として取得し日付(経過ミリ秒)として比較
23
23
  function myFunction1() {
24
24
  const ss = SpreadsheetApp.getActiveSpreadsheet();
25
25
  const st = ss.getSheetByName('sheet');