MCPcopy Create free account
hub / github.com/analyticswithadam/App_Script / insertDate

Function insertDate

Intro.js:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7
8function insertDate() {
9 var sheet = SpreadsheetApp.getActiveSpreadsheet().getActiveSheet();
10 var cell = sheet.getRange('B2');
11 cell.setValue(new Date());
12}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected