Hopefully my last stupid question.

How do I get the seconds of the current day and the day of the month? Do I keep using AppleScript’s methods or NSDate?

I would have thought

set {seconds:S, day:D} to (current date)
S & D --> {23, Monday}

or

S & space & D as string

I don’t think you know what i’m looking for. I’m asking if AppleScript’s time methods would work in AppleScript Objective-C enviroment. I guess it now does.