Skip to content

Commit 31dbdd2

Browse files
authored
docs: an updated entry for dates (#2129)
1 parent 8d41ea6 commit 31dbdd2

File tree

2 files changed

+17
-13
lines changed

2 files changed

+17
-13
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: dates
3+
type: Updated
4+
date: 2026-01-15
5+
---
6+
7+
Added advice on abbreviating days of the week and clarified when you might need to abbreviate dates.

docs/style-guide.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First published: 18 December 2024
1515
</p>
1616

1717
<p class="govuk-!-margin-bottom-0">
18-
Last updated: 7 January 2026
18+
Last updated: 15 January 2026
1919
</p>
2020

2121
<p class="govuk-!-margin-bottom-6">
@@ -154,27 +154,24 @@ The initialism is likely to be familiar to NDelius users without needing to be s
154154

155155
### dates
156156

157-
Follow the [style for writing dates in full on GOV.UK](https://www.gov.uk/guidance/style-guide/a-to-z#dates) where possible. For example, 14 January 2025. This makes the date clear and accessible.
157+
Follow the [GOV.UK style for writing dates in full](https://www.gov.uk/guidance/style-guide/a-to-z#dates) where possible. For example, 14 January 2025. This makes the date clear and accessible.
158158

159-
There's evidence that truncating dates can cause accessibility issues. If you need to do so, for example when short of space, abbreviate months as follows: Jan, Feb, Mar, Apr, May, June, July, Aug, Sept, Oct, Nov, Dec. This approach follows [Office for National Statistics (ONS) style on dates](https://service-manual.ons.gov.uk/content/content-types/datasets#dates-months-and-quarters).
159+
It can be helpful to include the day of the week in an appointment or deadline. When including the day, place it before the rest of the date, for example, Thursday 14 January 2025.
160160

161-
You can also abbreviate dates using D/MM/YYYY, for example 30/9/2024, when they're repeated regularly in a long list or table. Do not use a leading zero - use 1/1/2025 instead of 01/01/2025.
161+
There’s evidence that truncating dates can cause accessibility issues. Avoid this unless you are short of space, for example in a case list or timetable. Abbreviate months as: Jan, Feb, Mar, Apr, May, June, July, Aug, Sept, Oct, Nov, Dec. This follows [Office for National Statistics (ONS) style on dates](https://service-manual.ons.gov.uk/content/content-types/datasets#dates-months-and-quarters). Abbreviate days as Mon, Tues, Wed, Thur, Fri, Sat, Sun.
162162

163-
Do not abbreviate the year.
164-
165-
It can be helpful to include the day of the week in an appointment or deadline.
163+
You can also abbreviate dates using D/MM/YYYY, for example 30/9/2024, when they’re repeated regularly in a long list or table. Do not use a leading zero: use 1/1/2025 instead of 01/01/2025.
166164

167-
When including the day of the week, do so before the rest of the date - for example, Thursday 14 January 2025.
168-
169-
If users can choose a date range, use 'earliest' and 'latest' in your labels. For example:
165+
Do not abbreviate the year.
170166

171-
'Date from (earliest)'
167+
If users can choose a date range, use ‘earliest’ and ‘latest’ in your labels. For example:
172168

173-
'Date to (latest)'
169+
- ‘Date from (earliest)’
170+
- ‘Date to (latest)’
174171

175172
This is being used on the DPS prisoner profile alerts and case notes pages in response to user feedback.
176173

177-
In an example of how to enter or select a date in the [date input component in the GOV.UK Design System](https://design-system.service.gov.uk/components/date-input/) or the [date picker](https://design-patterns.service.justice.gov.uk/components/date-picker/), follow the style in the respective guidance. For example, 14 5 2024 for date input, 14/5/2024 for a date picker. It's helpful if your example date uses the 13th day of the month or later (14/5/2024 makes it clear that 14 could not be the month).
174+
In an example of how to enter or select a date in the [GOV.UK date input component](https://design-system.service.gov.uk/components/date-input/) or the [date picker](/components/date-picker/), follow the style in the respective guidance. For example, 14 5 2024 for a date input, 14/5/2024 for a date picker. Its helpful if your example date uses the 13th day of the month or later (14/5/2024 makes it clear that 14 could not be the month).
178175

179176
### domestic abuse
180177

0 commit comments

Comments
 (0)