Continuing the discussion from Year format on abbreviated post dates not clear:
I agree with this thread as in the UK, this reads to me as 13th February 2016:

Can the administrator change it so that dates are shown in the full locale of the current user, 13/02/2013? Or 13th Feb 2013?
gerhard
(Gerhard Schlager)
2
Yes, admins can change that.
simon
3
上一篇帖子链接到了一个已删除的主题。该帖子的核心内容是:首先前往您的“管理 / 自定义 / 文本”页面,搜索 'YY。
这将返回以下列表:
js.dates.tiny.date_year
MMM 'YY
js.dates.medium.date_year
MMM D, 'YY
js.dates.long_date_with_year
MMM D, 'YY LT
js.dates.long_date_with_year_without_time
MMM D, 'YY
js.dates.long_date_with_year_with_linebreak
MMM D, 'YY <br/>LT
请编辑上述每个条目,将 'YY 替换为 YYYY,以显示完整的年份。
mbauman
(Matt Bauman)
4
谢谢!有文档说明使用的是哪个日期格式化库吗?了解可用的格式标签会很有帮助(这正是我在这里寻找的内容)。