📁
SharePoint DD/MM/YYYY
Wynik: 15/01/2025
Szybka Dokumentacja
Wynik
15/01/2025
Formatowanie daty jako DD/MM/YYYY w SharePoint
📁 SharePoint
// In column formatting JSON:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "div",
"txtContent": "=toLocaleDateString(@currentField, 'en-GB')"
}
// Or in calculated column:
=TEXT([DateColumn],"dd/mm/yyyy")