Skip to content

Instantly share code, notes, and snippets.

@statonjr
Created June 11, 2010 14:43
Show Gist options
  • Save statonjr/434557 to your computer and use it in GitHub Desktop.
Save statonjr/434557 to your computer and use it in GitHub Desktop.
tell application "Address Book"
set s to selection
set d to (creation date of item 1 of s) as text
set n to name of item 1 of s
display dialog d with title "Creation Date for " & n
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment