Date and Time Formatting in Siri Shortcuts

I’m always trying to remember the different date formats when using the Shortcuts app. Apple has some of the basics on the Shortcuts help page but it doesn’t look into all the options. I’m not a programmer so much this language was foreign to me so I went ahead and took the time to outline what each option looks like as a reference.

If you would like, you can download a text file of this information with Markdown formatting or download the shortcut, which produced this information.

Date Formats

  • Relative: Today
  • ISO 8601: 2019-01-07
  • RFC 2822: Mon, 07 Jan 2019 06:53:12 -0500
  • Short: 1/7/19
  • Medium: Jan 7, 2019
  • Long: January 7, 2019
  • Custom (EEEEE): Mon, 07 Jan 2019 06:53:12 -0500
  • Custom (EEEE): Monday
  • Custom (EEE or EE or E): Mon

Other Custom

Note: Each of these can be customized with different combinations but at the most basic level M = Month, d = Day, y = Year

  • M - 1
  • MM - 01
  • MMM - Jan
  • MMMM - January
  • d - 7
  • dd - 07
  • y OR yyy OR yyyy - 2019
  • yy - 19

Time Formats

  • Short: 6:53 AM
  • Medium: 6:53:12 AM
  • Long: 6:53:12 AM EST

Sign up to receive a summary of writings and quotes each week in your email inbox.

* indicates required