Here's a neat little line that creates a compact date format. The problem is that I don't know how to pass it into a variable to use in my script. I'd like to avoid using a handler. Any ideas?
tell (current date) to tell (year * 10000 + (its month) * 100 + day) as string to text 3 thru 8