Can the minutes portion of a Sharepoint list Date/Time column be set to 1 minute intervals instead of 5 minute intervals? Tried site settings but no luck.
This is not possible in SharePoint Online and extremely involved in SharePoint on premise.
You can override the OnPreRender for the page or create a new date column type. Both options require custom code that is not supported in SharePoint Online.
Marked as answer byDaniel TrautmanWednesday, January 6, 2010 7:54 PM