• Products
  • Documentation
  • Resources

Configure time and date formats

You can localize the formats that Confluence Cloud uses to display dates and times within the web interface. The settings use the syntax of Java's SimpleDateFormat class, as described in this document: Java SimpleDateFormat.

There are three time and date format settings:

  • Time format: Used when displaying only the time of day. For example, when a blog post is published. Example of configuration: h:mm a

  • Date time format: Used when displaying both the date and the time of day. For example, in historical versions of pages. Example of configuration: MMM dd, yyyy HH:mm

  • Date format: Used when displaying only the date. For example, the creation and most recent modification dates of pages. Example of configuration: MMM dd, yyyy

To change the time and date formats:

  1. If you aren’t already there, go to your Confluence Cloud instance.

  2. Select the wheel icon () in the top-right corner to open Confluence administration.

  3. Find Settings > Configuration in the left-hand navigation.

  4. Select General configuration.

  5. Select Edit to the right of Formatting and International Settings

  6. Enter the values for Time Format, Date Time Format and Date Format that suit your requirements.

  7. Select Save.

Additional Help