📊
Google Sheets DD/MM/YYYY
Output: 15/01/2025
Riferimento Rapido
Stringa Formato
dd/mm/yyyy
Output
15/01/2025
Formattare data come DD/MM/YYYY in Google Sheets
📊 Google Sheets
=TEXT(A1, "dd/mm/yyyy")
// Or set cell format:
// Format > Number > Custom date and time > dd/mm/yyyyCodici formato data Google Sheets
| Codice | Significato | Esempio |
|---|---|---|
| dd | Day (01-31) | 31 |
| d | Day (1-31) | 31 |
| mm | Month (01-12) | 12 |
| mmm | Abbreviated month | Dec |
| mmmm | Full month | December |
| yyyy | Year (4 digits) | 2025 |
| yy | Year (2 digits) | 25 |
Altri formati in Google Sheets
DD/MM/YYYY in altri linguaggi
Documentazione Ufficiale
Per maggiori informazioni sulla formattazione date in Google Sheets, consulta la documentazione ufficiale: