Action
Next Monday
Insert the date for next Monday in the format Mon Jul 20 2020
Steps
-
script
/* As mentioned on episode 54 of Automators, this is how you can easily insert next Monday's date. */ let monday = Date.parse("Next Monday"); editor.setSelectedText(monday.toDateString());
Options
-
After Success Default Notification Info Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.