Skip to content

Instantly share code, notes, and snippets.

@superresistant
superresistant / insert_date_apps_script.js
Created February 18, 2021 09:11 — forked from haughki/insert_date_apps_script.js
A google apps script for google doc to a) create a new menu to insert the current date b) insert the date
/**
* The onOpen function runs automatically when the Google Docs document is
* opened. Use it to add custom menus to Google Docs that allow the user to run
* custom scripts. For more information, please consult the following two
* resources.
*
* Extending Google Docs developer guide:
* https://developers.google.com/apps-script/guides/docs
*
* Document service reference documentation: