Returns the time between now and a specified date in days.

Scripting Actions

Date
Passes the specified date and time to the next action.
Get Time Between Dates
Subtracts the specified date from the date passed into the action. For example, this action could get the number of minutes from now until a calendar event passed in as input.
shortcuts-action-icon-show-result.webp
Show Result
Shows the specified text in Siri or in an alert.
shortcuts-action-icon-stop-and-output.webp
Stop and Output
Stops execution of the current shortcut, and outputs content. This action is useful when: • Running a shortcut from another shortcut (using the Run Shortcut action). The output will be used as the output of the Run Shortcut action. • Running a shortcut from Quick Actions in Finder on macOS. The output will be saved as a file alongside the files selected in Finder. • Running a shortcut from Services on macOS. The output will replace the selected content, if applicable. • Or, when running a shortcut from another location that supports output, like the command-line or the Shortcuts URL scheme. No more actions will be run after this action.

Extra Details

Link to Run Shortcut
shortcuts://run-shortcut?name=Countdown
Link to Open Shortcut
shortcuts://open-shortcut?name=Countdown
AppleScript code
tell application “Shortcuts Events” run shortcut “Countdown” end tell

More From This Folder

More From The Library

Toggle grayscale

Toggles the Color Filters accessibility setting, which can turn your device black or white and remove all color if set to grayscale (among other options).

Get Shortcut »

Open Voice Control preferences

Opens the deep link into Accessibility > Voice Control to so you can toggle the feature on or off to allow you to use your voice to control your device, even when you are on calls. Page also includes a link to the Voice Control Guide, controls for Language, Commands, Vocabulary, and options for Show Confirmation, Play Sound, Show Hints, Continuous Overlay, and Attention Aware.

Get Shortcut »


Get way deeper into Shortcuts – become a member.

Browse more