Skip to content

Instantly share code, notes, and snippets.

@benwaldie
Last active December 23, 2024 18:05
Show Gist options
  • Save benwaldie/4583391 to your computer and use it in GitHub Desktop.
Save benwaldie/4583391 to your computer and use it in GitHub Desktop.
TUAW > TextExpander Date Snippet > Next Sunday
set theDate to (current date) + 1 * days
repeat until weekday of theDate = Sunday
set theDate to theDate + 1 * days
end repeat
set theDate to year of theDate & "-" & (text -2 thru -1 of ("0" & (month of theDate as integer))) & "-" & (text -2 thru -1 of ("0" & (day of theDate as integer))) as string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment