|
Modify settings and columns
|
Started: 1/7/2009 2:09 PM | |  | |
|  | Date Time Field Does anyone know how to change the date time field so that the minutes increment by 1 instead of 5? I'm seeing a lot of chatter about it on the internet, but no resolutions.  |  |
|  | I found the answer for SharePoint Services 2 (the version we're currently running). I'm posting it here since I've looked everywhere on the internet and found no answer.
The form control is created using a JavaScript located in C:\Program Files\Common Files\Microsoft Shared\web server extensions\60\TEMPLATE\LAYOUTS\1033\ows.js. Look for the line
this.dminControl = 5
Change 5 to 1 and voila, minutes increment by 1.  |  |
|
|
|
|