Google Apps Script Google Apps Script GoogleGoogleスプレッドシート Google Apps Scriptで現在日・月初日・月末日を取得する方法 概要Google Apps Script(GAS)で、「現在日」「月初日」「月末日」など日付を取得するコードのメモです。現在日の取得現在日を取得する方法function myFunction() { // 現在日 let now = new... 2022.09.15 Google Apps Script