📁
SharePoint DD/MM/YYYY
Çıktı: 15/01/2025
Hızlı Referans
Çıktı
15/01/2025
SharePoint'de tarihi DD/MM/YYYY olarak biçimlendirme
📁 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")