Last active
June 17, 2020 12:53
-
-
Save acodega/5565881f8c901a6fe6ab390bd424854e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set theDialogText to "The current date and time is " & (current date) & "." | |
display dialog theDialogText | |
--> Result: {button returned:"OK"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment