IsapiDateTimeFormatting
Note
Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.
The IsapiDateTimeFormatting entry specifies which form of date and time formatting is applied for ISAPI queries.
Summary
Type: | REG_DWORD |
Default: | 1 |
Range: | 0 - 2 |
Remarks
The value of the IsapiDateTimeFormatting entry can be one of the following values.
Value | Formatting |
---|---|
0 | Use the locale of the user issuing the query. This is the default behavior for Index Server 1.x and 2.0. |
1 | Use the default locale of the Indexing Service system. |
2 | Use a hard-coded, non-configurable format of the form 1999/12/31 23:59:59. |
The value of an identically named entry under the Catalog subkey for a specific catalog cannot override the value of this entry.
Related topics