How to format the emails Time & Date

Here are some examples on the time and date format settings that can be used in DocRead.

The time and date format setting in DocRead only affects times and dates displayed in the DocRead email notifications. Time and dates displayed on the DocRead Cockpit and SharePoint App components are displayed based on the user’s browser configuration.

  • Full Date Time:

    • Pattern: dddd, MMMM dd, yyyy h:mm:ss tt
    • Result: Monday, May 28, 2012 11:35:00 AM
  • Long Date:

    • Pattern: dddd, MMMM dd, yyyy
    • Result: Monday, May 28, 2012
  • Long Time

    • Pattern: h:mm:ss tt
    • Result: 11:35:00 AM
  • Month Day

    • Pattern: MMMM dd
    • Result: May 28
  • RFC1123

    • Pattern: ddd, dd MMM yyyy HH':'mm':'ss 'GMT'
    • Result: Mon, 28 May 2012 11:35:00 GMT
  • Short Date
    • Pattern: M/d/yyyy
    • Result: 5/28/2012
  • Short Time

    • Pattern: h:mm tt
    • Result: 11:35 AM
  • Sortable Date Time

    • Pattern: yyyy'-'MM'-'dd'T'HH':'mm':'ss
    • Result: 2012-05-28T11:35:00
  • Universal Sortable Date Time

    • Pattern: yyyy'-'MM'-'dd HH':'mm':'ss'Z'
    • Result: 2012-05-28 11:35:00Z
  • Year Month Pattern
    • Pattern: MMMM, yyyy
    • Result: May, 2012