📁
SharePoint DD/MM/YYYY
Вивід: 15/01/2025
Короткий довідник
Вивід
15/01/2025
Форматування дати як DD/MM/YYYY в 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")