XL: The 1900 Date System vs. the 1904 Date System
ID: Q180162
|
The information in this article applies to:
-
Microsoft Excel for Windows, versions 5.0, 5.0c
-
Microsoft Excel for Windows NT, version 5.0
-
Microsoft Excel for Windows 95, versions 7.0, 7.0a
-
Microsoft Excel 97 for Windows
-
Microsoft Excel 98 Macintosh Edition
-
Microsoft Excel for the Macintosh, versions 5.0, 5.0a
SUMMARY
Microsoft Excel supports two different date systems: the 1900 date system
and the 1904 date system. This article describes the two date systems and
the problems that you may encounter when you use workbooks that use
different date systems.
MORE INFORMATION
The 1900 Date System
In the 1900 date system, the first day that is supported is January 1, 1900. When you enter a date, the date is converted into a serial number
that represents the number of elapsed days since January 1, 1900. For
example, if you enter July 5, 1998, Microsoft Excel converts the date to
the serial number 35981.
By default, Microsoft Excel for Windows and Microsoft Excel for Windows NT
use the 1900 date system. The 1900 date system allows greater compatibility
between Microsoft Excel and other spreadsheet programs, such as Lotus
1-2-3, that are designed to run under MS-DOS or Microsoft Windows.
The 1904 Date System
In the 1904 date system, the first day that is supported is January 1, 1904. When you enter a date, the date is converted into a serial number
that represents the number of elapsed days since January 1, 1904. For
example, if you enter July 5, 1998, Microsoft Excel converts the date to
the serial number 34519.
By default, Microsoft Excel for the Macintosh uses the 1904 date system.
Because of the design of early Macintosh computers, dates before January
1, 1904 were not supported; this design was intended to prevent problems
related to the fact that 1900 was not a leap year. Note that if you switch
to the 1900 date system, Microsoft Excel for the Macintosh does support
dates as early as January 1, 1900.
The Difference Between the Date Systems
Because the two Date Systems use different starting days, the same date is
represented by different serial numbers in each date system. For example,
July 5, 1998 can have two different serial numbers.
Serial number
Date system of July 5, 1998
----------------------------------
1900 date system 35981
1904 date system 34519
The difference between the two date systems is 1,462 days; that is, the
serial number of a date in the 1900 Date System is always 1,462 days
greater than the serial number of the same date in the 1904 date system.
1,462 days is equal to four years and one day (including one leap day).
Setting the Date System for a Workbook
In Microsoft Excel, each workbook can have its own date system setting,
even if multiple workbooks are open. You can set the date system for a
workbook by following these steps:
- Open or switch to the workbook.
- On the Tools menu, click Options or Preferences. Then, click the
Calculation tab.
- To use the 1900 date system in the workbook, click to clear the
1904 Date System check box. To use the 1904 date system in the
workbook, click to select the check box.
- Click OK.
Note that if you change the date system for a workbook that already
contains dates, the dates shift by four years and one day. For information
about correcting shifted dates, see the "Correcting Shifted Dates" section
in this article.
Problems Linking and Copying Dates Between Workbooks
If two workbooks use different date systems, you may encounter problems
when you link or copy dates between workbooks. Specifically, the dates may
be shifted by four years and one day.
Example:
To see an example of this behavior, follow these steps:
- In Microsoft Excel, create two new workbooks (Book1 and Book2).
- Use the steps in the "Setting the Date System for a Workbook" section
to use the 1900 date system in Book 1. Use the 1904 date system in
Book2.
- In Book1, enter the date July 5, 1998.
- Select the cell that contains the date, and click Copy on the Edit
menu.
- Switch to Book2, select a cell, and click Paste on the Edit menu.
The date is pasted as July 6, 2002. Note that the date is four years
and one day later than the date in step 3 because Book2 uses the 1904
date system.
- In Book2, enter the date July 5, 1998. Select the cell that contains
the date and click Copy on the Edit menu.
- Switch to Book1, select a cell, and click Paste on the Edit menu.
The date is pasted as July 4, 1994. It has been shifted down by four years
and one day because Book1 uses the 1900 date system.
Correcting Shifted Dates
If you link from or copy dates between workbooks, or if you change the date
system for a workbook that already contains dates, the dates may be shifted
by four years and one day. You can correct shifted dates by following these
steps:
- In an empty cell, enter the value 1462.
- Select the cell. On the Edit menu, click Copy.
- Select the cells that contain the shifted dates. On the Edit menu,
click Paste Special.
- In the Paste Special dialog box, click Values. Then, select either of
the following option buttons.
Select this If
--------------------------------------------------------------------
Add The dates must be shifted up by four years and one
day.
Subtract The dates must be shifted down by four years and one
day.
- Click OK.
Repeat these steps until all of the shifted dates have been corrected.
If you are using a formula to link to a date in another workbook, and if
the date returned by the formula is incorrect because the workbooks use
different date systems, modify the formula to return the correct date, for
example:
=[Book2]Sheet1!$A$1+1462
=[Book1]Sheet1!$A$1-1462
In the formulas, 1,462 is added or deleted from the date value.
More Information in the Microsoft Knowledge Base
The Microsoft Knowledge Base contains several other articles that have
information about using the 1900 date system and the 1904 date system in
Microsoft Excel. These articles are listed as follows:
Q177172 : XL: Chart Axis May Be Four Years Early After You Format
Scale
Q175753 : XL: DATE Function May Return #NUM! Error When Year Is 0-3
Q157035 : XL: Date Returned in a Macro Is Four Years Too Early
Q156987 : XL: Sheet Protection Does Not Disable Options Settings
Q106339 : XL: Days of the Week Before March 1, 1900, Are Incorrect
Additional query words:
XL97 y2k year2000 1900 1901 1902 1903 1904
Keywords : kb2000 xlvbainfo xlformula
Version : MACINTOSH:5.0,5.0a,98; WINDOWS:5.0,5.0c,7.0,7.0a,97
Platform : MACINTOSH WINDOWS
Issue type :
Last Reviewed: April 20, 1999