📁
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")