Skip to content

Release 2224

Choose a tag to compare

@github-actions github-actions released this 20 Jan 15:14
81a299d

Trello card

Trello-458

Context

In a lot of areas at the moment we use the %d %B %Y date format, however GOV.UK recommend omitting the leading 0 for dates such as these.

Update all references to use the %-d %B %Y format.

Changes proposed in this pull request

  • Make dates GOV.UK format throughout

Guidance to review