From cce0f5f6e0f333ce56c8141ccbaaf4418a0a0060 Mon Sep 17 00:00:00 2001 From: Veronica <42095633+Nicca42@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:21:08 +0100 Subject: [PATCH] Update style-guide.mdx The American formatting of dates is incredibly confusing to the international audience. I highly recommend we update to the more accessible `yyyy/mm/dd` which also has the added benefit of automatically sorting any dated files by recent to oldest. --- pages/connect/contribute/style-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/connect/contribute/style-guide.mdx b/pages/connect/contribute/style-guide.mdx index 786ddee81..dbca6be12 100644 --- a/pages/connect/contribute/style-guide.mdx +++ b/pages/connect/contribute/style-guide.mdx @@ -481,7 +481,7 @@ Please use `*` instead of `-` for items in a list. This maintains consistency ac * Use the full month, day, year format for dates whenever possible. Do not abbreviate the month. In a form or when space is limited, use slashes in the format of month/day/year without any leading zeros. - **Examples**: `January 10, 2014` or `1/10/2014` + **Examples**: `January 10, 2014` or `2024/01/10` * Spell out all numbers under 10. For numbers 10 and above, use the numeral.