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.

Il post precedente contiene un link a un argomento eliminato. Il contenuto significativo del post collegato è di andare prima alla pagina Admin / Personalizza / Testo e cercare 'YY

Questo restituirĂ  la seguente lista:

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

Modifica ciascuna di queste voci sostituendo 'YY con YYYY per ottenere l’anno completo.

Grazie! C’è documentazione su quale libreria di formattazione delle date viene utilizzata? Sarebbe utile sapere quali tag di formato sono disponibili (ed è proprio questo che stavo cercando qui).