Apple script to copy current date and time to Clipboard

Open Apple Script from Utilities.

Past the following code.

set date_ to ((current date) as string)

set the clipboard to the date_

Save it as application.

Clicking the application will copy the code to clipboard


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.