📁
SharePoint DD/MM/YYYY
అవుట్పుట్: 15/01/2025
త్వరిత సూచన
అవుట్పుట్
15/01/2025
SharePointలో DD/MM/YYYYగా తేదీని ఫార్మాట్ చేయడం
📁 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")