Can current version change the date format?

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.

5 Mi Piace