📁

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

SharePoint的其他格式

其他语言的DD/MM/YYYY

相关页面