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

Let's discuss now…

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