Microsoft TechNet ITHome - Microsoft Year 2000 Product Guide
Microsoft Products
Product Entry Guide Detail


The Microsoft Year 2000 Resource Center Product Guide details specific Year 2000 information concerning Microsoft products. The information in the product guide is presented to assist IT professionals in planning their transition to the Year 2000. If you cannot find a specific product and it is not on the "Microsoft Products: Testing Yet to be Completed" list, you can assume it will NOT be tested for compliancy.
Microsoft will continually update the Year 2000 Product Guide with the most current Year 2000 test information. Visit the Year 2000 Product Guide for more details regarding the Microsoft Compliance Categories.

------------------------
Microsoft Year 2000 Resource Center
Project  98   (Hebrew)

Product Summary
Product: Project Version: 98 Category:Compliant#
Language: Hebrew OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 14 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.


Description of how the product handles dates:

For all Hebrew Office 97 applications and with the exception of Outlook 97, if the user enters a date that uses a two-digit year in the Custom tab of the Properties dialog box, the date will be formatted with a value between 1900 - 1999. As an example the user does the following:

Selects Properties or Database Properties from the File menu.

Clicks the Custom tab.

Enters a field name in the Name edit box.

Selects date from the Type list.

Enters the value 7/5/00 in the value field.

Clicks Add.

The date will appear in the properties list box as 7/5/1900, not 7/5/2000. For information check the Knowledge Base Article Q186261.

Storage.  Microsoft Project stores all dates in a 32-bit data structure (years are stored with all 4-digits) in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

      


Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar doesn't span an entire century, the product always interprets 2-digit year entries in the correct century.


2-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 21st century instead of the 20th century. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage

Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Italian)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Italian OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Japanese)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Japanese OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 3 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Korean)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Korean OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Norwegian)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Norwegian OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Portuguese (Brazil))

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Portuguese (Brazil) OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Portuguese)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Portuguese OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Spanish)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Spanish OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Project  98   (Swedish)

Product Summary
Product: Project Version: 98 Category:Compliant
Language: Swedish OS: 32-Bit Win Release Date: 01 Sep 1997
Operational Range: 01 Jan 1984 - 31 Dec 2049
Prerequisites: none
Product Dependencies: Windows 95, or Windows NT 3.51 with Service Pack 5 or greater, or Windows NT 4 with Service Pack 2 or greater
Clock Dependencies: System Clock
Last Updated: 13 Oct 1999
Product Details

The findings covered in this document apply to the base version of Project 98 and to Service Release 1.

Description of how the product handles dates:
Storage.  Microsoft Project stores all dates in a 32-bit data structure in the form of minutes from January 1, 1984.   This circumvents the possibility that a date may be stored with a 2-digit year because the date and year are not stored, only the duration since January 1, 1984.

 

Microsoft Project schedules projects within a finite time period extending from January 1, 1984, to December 31, 2049. Project does not allow any tasks outside these bounds.

Parsing on date entry.  Microsoft Project includes date entry points in which users may enter a date. Project allows and processes entries with 2-digit years. However, since Project's calendar does not span an entire century, the product always interprets 2-digit year entries in the correct century.


Two-digit shortcut handling:
Conversion of 2-digit shortcut assumes a date window of 1984 through 2049.

Common date usage errors:
The core application of Microsoft Project recognizes only dates within the 1984-2049 timeframe. Accordingly, any given date must either be in the 20th or 21st century resulting in unambiguous resolution of dates based on the 1984-2049 date window.  For example, if you enter the date 1/1/01, Microsoft Project recognizes this as 1/1/2001.  
Under some circumstances described in the Product Guide for the Visual Basic Development Environment, custom programming features of Visual Basic may improperly recognize a 2-digit year as being in the 2000s instead of the 1900s. If applied against project data, the internal year boundaries in Microsoft Project (1984–2049) will prevail and the entry will be rejected.

Leveling operations that attempt to schedule work past the end of 2049 cause the duration to be zeroed.   

The VBA Timescaled data method returns an incorrect value when used on dates in 2049.

Testing guidelines and recommendations:
In general, avoid testing in a production environment because we cannot predict side effects with other products. Interoperability testing with other Microsoft Office products can be conducted safely.

The following areas should be examined to verify that dates are being properly used. The table below can be used to guide testing of Project within your organization.

Microsoft Project 98

Sub-system

Component

Database

DB Integrity

File

File Native File Types MPX

Mail

Mail-Set Rem Mail-Workgroup Outlook Journal Posting

Misc.

Boot / Exit Calendar Costing Custom Field DDE / OLE Sheet Links Environment Filters Import / Export Macros Options Sort Subproject Summary Tasks Timescale Tracking VBA Language  

Scheduling

Engine

Calculation  Date Entry Leveling Proj Info  Resource Contouring  Res Assign Res Avail Resource Res Sharing  Schedule-Autolink Schedule-links Schedule- Pred / Succ Schedule- Recurring Task Schedule- Res Schedule- Task Schedule- Task Constraint Schedule- Tsk Split Work

View

View Res Usage / Graph View- Calendar View- Gantt View- Graph View- Pert View- Sheets View- Task PERT View- Usage


Project 98 uses a number of Microsoft Office 97 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Project 98, please refer to any version 97 Microsoft Office document.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  1.0   (English)

Product Summary
Product: Proxy Server Version: 1.0 Category:Compliant
Language: English OS: Win NT Release Date: 01 Oct 1996
Operational Range: 01 Jan 1950 - 31 Dec 2049
Prerequisites: None
Product Dependencies: Windows NT4 Service Pack 4 (Internet Information Server 3)
Clock Dependencies: Operating System clock
Last Updated: 21 Sep 1999
Product Details

How the product handles dates:

Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.

Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Windows NT file system.

Service

Uses dates?

Compliance Issues

Date Algorithm

HTTP Proxy

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

WinSock Proxy

No

None

N/A

SOCKS Proxy

No

None

N/A

Cache

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Logging

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

 

Two-digit shortcut handling:

Interpretation of 2-digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Testing guidelines and recommendations:

No special testing should be required. Users may choose to simulate proxy and firewall operation with Proxy Server, web server and browser by setting system clocks to years before equal to and post 2000.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  1.0   (French)

Product Summary
Product: Proxy Server Version: 1.0 Category:Compliant
Language: French OS: Win NT Release Date: 01 Oct 1996
Operational Range: 01 Jan 1950 - 31 Dec 2049
Prerequisites: None
Product Dependencies: Windows NT4 Service Pack 4 (Internet Information Server 3)
Clock Dependencies: Operating System clock
Last Updated: 21 Sep 1999
Product Details

How the product handles dates:

Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.

Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Windows NT file system.

Service

Uses dates?

Compliance Issues

Date Algorithm

HTTP Proxy

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

WinSock Proxy

No

None

N/A

SOCKS Proxy

No

None

N/A

Cache

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Logging

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

 

Two-digit shortcut handling:

Interpretation of 2-digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Testing guidelines and recommendations:

No special testing should be required. Users may choose to simulate proxy and firewall operation with Proxy Server, web server and browser by setting system clocks to years before equal to and post 2000.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  1.0   (German)

Product Summary
Product: Proxy Server Version: 1.0 Category:Compliant
Language: German OS: Win NT Release Date: 01 Oct 1996
Operational Range: 01 Jan 1950 - 31 Dec 2049
Prerequisites: None
Product Dependencies: Windows NT4 Service Pack 4 (Internet Information Server 3)
Clock Dependencies: Operating System clock
Last Updated: 21 Sep 1999
Product Details

How the product handles dates:

Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.

Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Windows NT file system.

Service

Uses dates?

Compliance Issues

Date Algorithm

HTTP Proxy

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

WinSock Proxy

No

None

N/A

SOCKS Proxy

No

None

N/A

Cache

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Logging

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

 

Two-digit shortcut handling:

Interpretation of 2-digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Testing guidelines and recommendations:

No special testing should be required. Users may choose to simulate proxy and firewall operation with Proxy Server, web server and browser by setting system clocks to years before equal to and post 2000.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  1.0   (Japanese)

Product Summary
Product: Proxy Server Version: 1.0 Category:Compliant
Language: Japanese OS: Win NT Release Date: 01 Oct 1996
Operational Range: 01 Jan 1950 - 31 Dec 2049
Prerequisites: None
Product Dependencies: Windows NT4 Service Pack 4 (Internet Information Server 3)
Clock Dependencies: Operating System clock
Last Updated: 21 Sep 1999
Product Details

How the product handles dates:

Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.

Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Windows NT file system.

Service

Uses dates?

Compliance Issues

Date Algorithm

HTTP Proxy

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

WinSock Proxy

No

None

N/A

SOCKS Proxy

No

None

N/A

Cache

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Logging

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

 

Two-digit shortcut handling:

Interpretation of 2-digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Testing guidelines and recommendations:

No special testing should be required. Users may choose to simulate proxy and firewall operation with Proxy Server, web server and browser by setting system clocks to years before equal to and post 2000.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  1.0   (Spanish)

Product Summary
Product: Proxy Server Version: 1.0 Category:Compliant
Language: Spanish OS: Win NT Release Date: 01 Oct 1996
Operational Range: 01 Jan 1950 - 31 Dec 2049
Prerequisites: None
Product Dependencies: Windows NT4 Service Pack 4 (Internet Information Server 3)
Clock Dependencies: Operating System clock
Last Updated: 21 Sep 1999
Product Details

How the product handles dates:

Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.

Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Windows NT file system.

Service

Uses dates?

Compliance Issues

Date Algorithm

HTTP Proxy

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

WinSock Proxy

No

None

N/A

SOCKS Proxy

No

None

N/A

Cache

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Logging

Yes

None

Interpretation of 2 digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

 

Two-digit shortcut handling:

Interpretation of 2-digit year is as follows:

0-49 is considered 2000 – 2049.

50-99 is considered 1950-1999.

Testing guidelines and recommendations:

No special testing should be required. Users may choose to simulate proxy and firewall operation with Proxy Server, web server and browser by setting system clocks to years before equal to and post 2000.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (English)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: English OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (French)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: French OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (German)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: German OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (Italian)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: Italian OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (Japanese)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: Japanese OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (Latin America)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: Latin America OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Proxy Server  2.0   (Spanish)

Product Summary
Product: Proxy Server Version: 2.0 Category:Compliant
Language: Spanish OS: Win NT Release Date: 17 Sep 1997
Operational Range: -
Prerequisites: None
Product Dependencies: NT4-SP3, IIS3 or IIS4
Clock Dependencies: operating system clock
Last Updated: 21 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Proxy Server 2.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

How the product handles dates:
Microsoft Proxy Server uses dates to calculate cache expiration dates and to annotate logged entries.
Users can not enter dates into any part of the Proxy Server product. Dates are extracted from HTTP headers and from the Microsoft Windows NT Server file system.

Service

  

Uses Dates?

  

Compliance Issues

  

Date Algorithm

HTTP Proxy

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

WinSock Proxy

  

No

  

None identified

  

N/A

  

 

SOCKS Proxy

  

No

  

None identified

  

N/A

  

 

Cache

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 

Logging

  

Yes

  

None identified

  

Interpretation of 2 digit year is as follows: 0-49 is considered 2000 – 2049. 50-99 is considered 1950-1999.

  

 


Two-digit shortcut handling:
Interpretation of 2 digit year is as follows:
0-49 is considered 2000 – 2049.
50-99 is considered 1950-1999.

Testing guidelines and recommendations:
No special testing should be required. Users may choose to simulate (on non-production systems) their proxy and firewall operation with Microsoft Proxy Server, web server, and browser by setting system clocks to years before, equal to, and post 2000.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Chinese - Simplified)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Chinese - Simplified OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Chinese - Traditional)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Chinese - Traditional OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Croatian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Croatian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Czech)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Czech OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Danish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Danish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Dutch)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Dutch OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (English)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: English OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (English Australian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: English Australian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (English British)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: English British OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Estonian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Estonian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Finnish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Finnish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (French)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: French OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (German)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: German OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Hungarian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Hungarian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Italian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Italian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Japanese)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Japanese OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Korean)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Korean OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Latvian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Latvian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Lithuanian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Lithuanian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Norwegian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Norwegian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Pan-Chinese)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Pan-Chinese OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Polish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Polish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Portuguese (Brazil))

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Portuguese (Brazil) OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Portuguese)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Portuguese OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Romanian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Romanian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Russian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Russian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Serbian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Serbian OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Slovenian)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Slovenian OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Spanish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Spanish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Swedish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Swedish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher 2000  9.0   (Turkish)

Product Summary
Product: Publisher 2000 Version: 9.0 Category:Compliant
Language: Turkish OS: 32-Bit Win Release Date: 25 Mar 1999
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 15 Sep 1999
Product Details

Product Maintenance: While Microsoft continues to recommend that customers install the most current Service Pack/Release for non-Year 2000 reasons, we understand that, for many reasons, this may not be possible. In order to aid our customers’ Year 2000 efforts, Microsoft intends to maintain Publisher 2000 version 9.0 as compliant through January 1, 2001. Newer Service Packs are also to be maintained as compliant, and may include additional non-Year 2000 updates. This is intended to minimize the Year 2000 as a reason to upgrade.

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not accepted.

Two-digit shortcut handling:

The user can choose to display the date in a 2-digit format. The only conversion that takes place is parsing the system date to a 2-digit display format, which does not have an effect on the storage or manipulation of the date data.

Publisher 2000 uses a number of Microsoft Office 2000 shared files for the implementation of dialogs and toolbars, task automation, online help, installation, graphics, file find and file I/O. For additional information that is appropriate for Publisher 2000, please refer either to the document for the particular Office version that this application came with, or, in the case of a standalone product, to any version 2000 Microsoft Office document.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Danish)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Danish OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Dutch)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Dutch OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (English)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: English OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: NONE
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependant

How the product handles dates:

The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism). Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit). The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format.

Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (French)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: French OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (German)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: German OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format

Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Italian)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Italian OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent   

How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Norwegian)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Norwegian OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format

Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Portuguese (Brazil))

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Portuguese (Brazil) OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format

Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Spanish)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Spanish OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent   

How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  97   (Swedish)

Product Summary
Product: Publisher Version: 97 Category:Compliant
Language: Swedish OS: 32-Bit Win Release Date: 01 Aug 1996
Operational Range: -
Prerequisites: none
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 3.51 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent
        
How the product handles dates:
The date/time timestamp is stored in seconds since January 1, 1970 (the standard time_t mechanism).  Publisher 97 uses this value to create a structure in memory that contains the month, day, and year (4-digit).  The date is displayed based on the format.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. This is a display option only. The only conversion that takes place is trimming the 4-digit date to a 2-digit display format


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Czech)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Czech OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Danish)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Danish OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Dutch)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Dutch OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (English)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: English OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: NONE
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details
Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.

Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (English British)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: English British OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Finnish)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Finnish OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (French)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: French OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (German)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: German OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Italian)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Italian OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Japanese)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Japanese OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Korean)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Korean OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Norwegian)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Norwegian OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Polish)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Polish OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Portuguese (Brazil))

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Portuguese (Brazil) OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Portuguese)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Portuguese OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Spanish)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Spanish OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Publisher  98   (Swedish)

Product Summary
Product: Publisher Version: 98 Category:Compliant
Language: Swedish OS: 32-Bit Win Release Date: 10 Dec 1997
Operational Range: -
Prerequisites: None
Product Dependencies: Microsoft Windows 95 operating system or later, Windows NT Workstation operating system version 4.0 or later
Clock Dependencies: System Clock
Last Updated: 21 Oct 1999
Product Details

Operational Range for Data: System dependent

How the product handles dates:

The user can enter dates and time into a text or table frame as a field or as text. Publisher parses the system time to the display format selected by the user. Individual date/time field data does not contain date/time values, only formats. When creating a calendar via the calendar wizard, the user is prompted to enter a 4-digit year. 2-digit years are not allowed.

Two-digit shortcut handling:
The user can choose to display the date in a 2-digit format. The only conversion that takes place is trimming the system date to a 2-digit display format.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
Puzzle Collection  1.0   (English)

Product Summary
Product: Puzzle Collection Version: 1.0 Category:Compliant
Language: English OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: None
Product Dependencies: None
Clock Dependencies: None
Last Updated: 20 Jul 1999
Product Details

Entertainment Pack: Puzzle Collection

Release Date:

June 97

Entertainment Pack: Puzzle Collection does not handle dates or perform two-digit shortcut interpretations.


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Chinese - Simplified)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Chinese - Simplified OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Chinese - Traditional)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Chinese - Traditional OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Czech)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Czech OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Danish)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Danish OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Dutch)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Dutch OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (English)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: English OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Finnish)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Finnish OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (French)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: French OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (German)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: German OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Greek)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Greek OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Hungarian)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Hungarian OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Italian)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Italian OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Japanese)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Japanese OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Korean)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Korean OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Norwegian)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Norwegian OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Polish)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Polish OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Portuguese (Brazil))

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Portuguese (Brazil) OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Portuguese)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Portuguese OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Russian)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Russian OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Microsoft Year 2000 Resource Center
RDS  1.5   (Slovak)

Product Summary
Product: RDS Version: 1.5 Category:Compliant
Language: Slovak OS: 32-Bit Win Release Date: N/A
Operational Range: -
Prerequisites: none
Product Dependencies: Windows NT or Windows 95, Internet Explorer 3.02 or Internet Explorer 4.01, Windows NT Option Pack: Internet Information Server 3.0 or 4.0, DCOM, ADO, OLEDB, ODBC
Clock Dependencies: none
Last Updated: 12 Nov 1998
Product Details

Operational Range for Data: Data Source Dependent

Release Date: 1997

RDS 1.5 shipped with Internet Information Server

How the product handles dates:

RDS internally stores, compares, and sequences dates in 4-digit format. Supported date formats are DATE, DBDATE, and DBTIMESTAMP. Each of these formats handles dates beyond the year 2035.

Two-digit shortcut handling:

This functionality is provided through OLE DB via OLEAUT32.DLL date conversions.

Common date usage errors:

Developers may set up their database schema for 2-digit storage or may use 2-digit variables in their ADO and Visual Basic code.

Testing guidelines and recommendations:

Use 4-digit dates throughout projects that use ADO/RDS and OLE DB.

 


Legend of Symbols:
*The product is compliant. User action is recommended, which may include loading a software update or assessing shared technology.
#The product is compliant with an acceptable deviation from Microsoft's standard of compliance. An acceptable deviation does not affect the core functionality, data integrity, stability or reliability of the product.
+The product is compliant . Software updates are pending. Future maintenance actions will be recommended shortly.
Note: Compliance ratings given for each product assume that all recommended actions have been taken.


Itemized List of products in each Volume

YEAR 2000 READINESS DISCLOSURE

ALL COMMUNICATIONS OR CONVEYANCES OF INFORMATION TO YOU CONCERNING MICROSOFT AND THE YEAR 2000, INCLUDING BUT NOT LIMITED TO THIS DOCUMENT OR ANY OTHER PAST, PRESENT OR FUTURE INFORMATION REGARDING YEAR 2000 TESTING, ASSESSMENTS, READINESS, TIME TABLES, OBJECTIVES, OR OTHER (COLLECTIVELY THE "MICROSOFT YEAR 2000 STATEMENT"), ARE PROVIDED AS A "YEAR 2000 READINESS DISCLOSURE" (AS DEFINED BY THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT) AND CAN BE FOUND AT MICROSOFT'S YEAR 2000 WEBSITE LOCATED AT http://microsoft.com/year2000/ (the "Y2K WEBSITE"). EACH MICROSOFT YEAR 2000 STATEMENT IS PROVIDED PURSUANT TO THE TERMS HEREOF, THE TERMS OF THE Y2K WEBSITE, AND THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT FOR THE SOLE PURPOSE OF ASSISTING THE PLANNING FOR THE TRANSITION TO THE YEAR 2000. EACH MICROSOFT YEAR 2000 STATEMENT CONTAINS INFORMATION CURRENTLY AVAILABLE AND IS UPDATED REGULARLY AND SUBJECT TO CHANGE. MICROSOFT THEREFORE RECOMMENDS THAT YOU CHECK THE Y2K WEBSITE REGULARLY FOR ANY CHANGES TO ANY MICROSOFT YEAR 2000 STATEMENT. EACH MICROSOFT YEAR 2000 STATEMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. CONSEQUENTLY, MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. MOREOVER, MICROSOFT DOES NOT WARRANT OR MAKE ANY REPRESENTATIONS REGARDING THE USE OR THE RESULTS OF THE USE OF ANY MICROSOFT YEAR 2000 STATEMENT IN TERMS OF ITS CORRECTNESS, ACCURACY, RELIABILITY, OR OTHERWISE. NO ORAL OR WRITTEN INFORMATION OR ADVICE GIVEN BY MICROSOFT OR ITS AUTHORIZED REPRESENTATIVES SHALL CREATE A WARRANTY OR IN ANY WAY DECREASE THE SCOPE OF THIS WARRANTY DISCLAIMER. IN NO EVENT SHALL MICROSOFT OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER REGARDING ANY MICROSOFT YEAR 2000 STATEMENT INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS, PUNITIVE OR SPECIAL DAMAGES, EVEN IF MICROSOFT OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE FOREGOING LIMITATION MAY NOT APPLY TO YOU. THE INFORMATION CONTAINED IN EACH MICROSOFT YEAR 2000 STATEMENT IS FOUND AT THE Y2K WEBSITE AND IS INTENDED TO BE READ IN CONJUNCTION WITH OTHER INFORMATION LOCATED AT THE Y2K WEBSITE, INCLUDING BUT NOT LIMITED TO MICROSOFT'S YEAR 2000 COMPLIANCE STATEMENT, THE DESCRIPTION OF THE CATEGORIES OF COMPLIANCE INTO WHICH MICROSOFT HAS CLASSIFIED ITS PRODUCTS IN ITS YEAR 2000 PRODUCT GUIDE, AND THE MICROSOFT YEAR 2000 TEST CRITERIA.

ANY MICROSOFT YEAR 2000 STATEMENTS MADE TO YOU IN THE COURSE OF PROVIDING YEAR 2000 RELATED UPDATES, YEAR 2000 DIAGNOSTIC TOOLS, OR REMEDIATION SERVICES (IF ANY) ARE SUBJECT TO THE YEAR 2000 INFORMATION AND READINESS DISCLOSURE ACT (112 STAT. 2386). IN CASE OF A DISPUTE, THIS ACT MAY REDUCE YOUR LEGAL RIGHTS REGARDING THE USE OF ANY SUCH STATEMENTS, UNLESS OTHERWISE SPECIFIED BY YOUR CONTRACT OR TARIFF.

Wednesday, November 17, 1999
© 1999 Microsoft Corporation. All rights reserved. Terms of use.

This site is being designated as a Year 2000 Readiness Disclosure and the information contained herein is provided pursuant to the terms hereof and the Year 2000 Information and Readiness Disclosure Act.