Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Date/Time munging' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Date/Time munging
Authored by: karog on Jun 04, '10 01:31:52PM
For date/time munging, AppleScript lets you do things like:
5 * minutes
2 * hours
3 * days
10 * weeks
where the units provide the correct number of seconds. Makes the code a bit clearer than 60 * 60

[ Reply to This | # ]