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--- title: "Apple script to copy current date and time to Clipboard" date: 2014-02-04T19:53:23 author: Mithun category: tricks tags: [apple-script, apple-script-to-copy-time-and-date] reading: ~1 min ---
# Apple script to copy current date and time to Clipboard
Open Apple Script from Utilities.
Past the following code.