Can current version change the date format?

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?

Yes, admins can change that.

Le message précédent contient un lien vers un sujet supprimé. Le contenu important du message lié consiste à aller d’abord dans votre page Admin / Personnaliser / Texte et rechercher 'YY

Cela retournera la liste suivante :

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

Modifiez chacune de ces entrées pour remplacer 'YY par YYYY afin d’obtenir l’année complète.

Merci ! Existe-t-il une documentation sur la bibliothèque de formatage de date utilisée ? Ce serait utile de connaître les balises de formatage disponibles (et c’est ce que je cherchais ici).