Calendar date

From Wikipedia, the free encyclopedia

Jump to: navigation, search

A date in a calendar is a reference to a particular day represented within a calendar system. The calendar date allows the specific day to be identified. The number of days between two dates may be calculated. For example, "19 April 2009" is ten days after "9 April 2009" in the Gregorian calendar. The date of a particular event depends on the time zone in which it is observed. For example the attack on Pearl Harbor took place on December 7, 1941, in Hawaii, but on December 8 according to Japanese time.

A particular day may be represented by a different date in another calendar as in the Gregorian calendar and the Julian calendar, which have been used simultaneously in different places. In most calendar systems, the date consists of three parts: the day of month, month, and the year. There may also be additional parts, such as the day of week. Years are usually counted from a particular starting point, usually called the epoch, with era referring to the particular period of time (Note the different use of the terms in geology).

The most widely used epoch is a conventional birthdate of Jesus (which was established by Dionysius Exiguus in the sixth century). A date without the year part may also be referred to as a date or calendar date (such as "7 April" rather than "7 April 2009"). As such, it defines the day of an annual event, such as a birthday or Christmas on 25 December.

Contents

[edit] Date format

Related to the classification of a day as a specific calendar date is the format used to express that date. The differing formats of dates are an example of endianness. Even for a specific calendar system, different formats are used. For example, the following formats all express the same date in the Gregorian calendar.

[edit] Little endian forms, starting with the day

This sequence is common to the vast majority of the world's countries (see below for breakdown of countries by format). This date format originates from the custom of writing the date as ' the 16th day of November in the year of our Lord 2003' in religious and legal documents which at one time were the majority of documents created. The format has shortened as more and more people learned to read and write but the order of the elements has remained constant.

  • 16/11/2003, 16.11.2003 (using dot as separator with this sequence has been defined by DIN 5008) 16-11-2003 or 16-11-03
  • [The] 16th [of] November 2003 (The 'of' and 'the' are included in speech, however not in writing.)
  • 16th November 2003
  • 16 November 2003
  • 16 Nov 2003
  • 16/xi/03, 16.xi.03 or 16-xi.03, using the roman numeral for the month. This is usually confined to handwriting only and is not put into any form of print. It is associated with a number of schools and universities.

[edit] Big endian forms, starting with the year

In this format the most significant data item is written before lesser data items i.e. year before month before day. This form is standard in Asian countries, Hungary and Sweden. It is consistent with the big endianness of the western decimal numbering system, which progresses from the highest to the lowest order magnitude. That is, using this format alphabet orderings and chronological orderings are identical.

  • 2003 November 16
  • 2003Nov16
  • 2003-11-16: the ISO 8601 international standard orders the components of a date like this, and additionally uses leading zeros, e.g. 0813-03-01, to be easily read and sorted by computers. It is used with UTC in the Internet date/time format (see the external link below). This format is also favoured in certain Asian countries, mainly East Asian countries, as well as in some European countries. The big endian convention is also frequently used in Canada, but all three conventions are used there.[1]

It is also extended through the universal big-endian format clock time: 2003 Nov. 16, 18h 14m 12s, or 2003/11/16/18:14:12 or 2003-11-16T18:14:12.

[edit] Middle endian forms, starting with the month

This sequence is used only in the United States and a few other countries (listed below) that have been heavily influenced by the US.

  • November 16, 2003
  • Nov. 16, 2003
  • 11/16/2003, 11-16-2003, 11.16.2003 or 11.16.03

[edit] Usage issues

The many numerical forms can create confusion when used in international correspondence, particularly when abbreviating the year to its final two digits.

For example, '9/11' can refer to both 'The fall of the Berlin Wall' on 9 November 1989 and to the September 11, 2001, attacks. In the United States, dates are rarely written in purely numerical forms in formal writing. In the United Kingdom, while it is regarded as acceptable, but rare, to write monthname day, year (as well as day monthname year), this order is never used when written numerically, although, due to American media influence, the American shorthand "9/11" is widely understood as referring to the 11th of September aeroplane attacks.[2]

When numbers are used to represent months, a significant amount of confusion can arise from the ambiguity of a date order; especially when the numbers representing the day, month or year are low, it can be impossible to tell which order is being used. This can be clarified by using four digits to represent years, and naming the month; for example, "Feb" instead of "02". Many Internet sites use year-month-day, and those using other conventions often write out the month (9-MAY-2001, MAY 09 2001, etc.) so there is no ambiguity. The ISO 8601 date order, with four-digit years, is specifically chosen to be unambiguous. The ISO 8601 standard also has the advantage of being language independent and is therefore useful when there may be no language context and a universal application is desired (expiration dating on export products, for example).

In addition, the ISO considers its ISO 8601 standard to make sense from a logical perspective.[3] Mixed units, for example feet and inches, or pounds and ounces, are normally written with the largest unit first, in decreasing order. Numbers are also written in that order, so the digits of 2006 indicate, in order, the millennium, the century within the millennium, the decade within the century, and the year within the decade. The only date order that is consistent with these well-established conventions is year-month-day. A plain text list of dates with this format can be easily sorted by word processors, spreadsheets and other software tools with built-in sorting functions.

An early U.S. Federal Information Processing Standard recommended 2-digit years. This is now widely recognized as a bad idea, because of the year 2000 problem. Some U.S. government agencies now use ISO 8601 with 4 digit year.[4][5]

When transitioning from one date notation to another, people often write both Old Style and New Style dates.

     dd-mm-yyyy      dd-mm-yyyy and yyyy-mm-dd      yyyy-mm-dd      mm-dd-yyyy      mm-dd-yyyy and dd-mm-yyyy      mm-dd-yyyy, dd-mm-yyyy, and yyyy-mm-dd

[edit] dd/mm/yyyy or dd.mm.yyyy (day, month, year)

Using the dd/mm/yyyy format, the 30th December 2006 would be written as 30/12/2006. The dd/mm/yyyy format is used in:

[edit] mm/dd/yy or mm/dd/yyyy (month, day, year)

Using the mm/dd/yy format, October 18, 2008 would be written as 10/18/08.

The mm/dd/yy format is used in:

[edit] yyyy-mm-dd (year, month, day)

Using the yyyy-mm-dd format, the 30th of December 2006 would be written as 2006-12-30.

  • Used internationally in some contexts as the ISO 8601 standard

[edit] Advantages for ordering in sequence

One of the advantages of using the ISO 8601 standard date format is that when dates in this format are ordered by any left to right collation, they sort to date order. There are no ambiguities or smartness required on whether numbers come before or after letters, capitalization complications, recognizing month names etc. For example:

1998-02-28 (28 February 1998)
1999-03-01 (01 March    1999)
2000-01-30 (30 January  2000)

The YYYY MM DD layout is the only format that can provide this.[174] More granularity can be added through the addition of time, however pure sortability is only then achieved if all times are UTC.

8601 is used widely where concise, human readable yet easily computable and unambiguous dates are required, although many applications store dates internally as UNIX time and only convert to 8601 for display.

[edit] localized date pattern

  • France jj/mm/aaaa (jour/mois/année)
  • Germany tt/mm/jjjj (Tag/Monat/Jahr)
  • Netherlands dd-mm-jjjj (dag/maand/jaar)
  • Russia дд/мм/гггг (день/месяц/год)
  • Spain dd/mm/aaaa (día/mes/año)
  • United States mm/dd/yyyy (month/day/year)

[edit] Day and year only

The U.S. military sometimes uses a system, which they call "Julian date format"[175] that indicates the year and the actual day out of the 365 days of the year (and thus a designation of the month would not be needed). For example, "10 December 1999" can be written in some contexts as "1999345" or "99345", for the 345th day of 1999.[176] This system is most often used in US military logistics, since it makes the process of calculating estimated shipping and arrival dates easier. For example: say a tank engine takes an estimated 35 days to ship by sea from the US to Korea. If the engine is sent on 99104, it should arrive on 99139. Note that outside of the US military, this format is usually referred to as "ordinal date", rather than "Julian date."

Such ordinal date formats are also used by many computer programs (especially those for mainframe systems). Using a three-digit Julian day number saves one byte of computer storage over a two-digit month plus two-digit day, e.g. "January 17" is 017 in Julian versus 0117 in month-day format. OS/390 or its successor, z/OS, display dates in yy.ddd format for most operations. It is important to not confuse any of these formats with UNIX time, which stores time as a number in seconds since 1970/1/1.

Another "ordinal" date system ("ordinal" in the sense of advancing in value by one as the date advances by one day) is in common use in astronomical calculations and referencing and uses the same name as this "logistics" system. The continuity of representation of period regardless of the time of year being considered is obviously highly useful to both groups of specialists. The astronomers describe their system too as being a "Julian date", and it is described in more detail in the article Julian date. Unlike the system described above, the astronomical system does not consider years, it only counts days. Thus it is unperturbed by complications such as leap years.

[edit] Week number used

Companies in Europe often use year, week number and day for planning purposes. So, for example, an event in a project can happen on w43 (week 43) or w43-1 (Monday, week 43) or, if the year needs to be indicated, on w0543 or w543 (year 2005 week 43).

The ISO does present a standard for identifying weeks, but as it does not match up with Gregorian calendar (the beginning and ending days of a given year do not match up), this standard is somewhat more problematic than the other standards for dates.

[edit] Expressing dates in spoken English

In British English, full dates are usually written and spoken as 7th December 1941 (or 7 December 1941) and pronounced "the seventh of December, nineteen forty-one" (note mandatory usage of "the" and "of"), with the occasional usage of December 7, 1941 ("December the seventh, nineteen forty-one"). In common with continental European usage, however, numerical dates are invariably ordered dd/mm/yyyy.

In the United States, the usual written form is December 7, pronounced "December the seventh" or colloquially "December seventh".

[edit] See also

[edit] References

  1. ^ Canadian Payments Association - Specifications for Imageable Cheques and Other Payment Items
  2. ^ BBC News - America's Day of Terror" (Example of British website using "9/11" shorthand)
  3. ^ "Numeric representation of Dates and Time". http://www.iso.org/iso/date_and_time_format. Retrieved on 2008-04-27. 
  4. ^ http://www.nyecounty.net/iso8601.html
  5. ^ International Standard Date and Time Notation
  6. ^ (Albanian) Municipality of Tirana (Bashkia e Tiranës)
  7. ^ "Globalization Library - Locale Data: Albania" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Albania-Albanian_Date.pdf. Retrieved on 2008-10-12. 
  8. ^ a b "NLS information page - Albanian (Albania)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=041C&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  9. ^ "Globalization Library - Locale Data: Algeria" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Algeria-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  10. ^ "NLS information page - Arabic (Algeria)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=1401&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  11. ^ "Globalization Library - Locale Data: Argentina" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Argentina-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  12. ^ "NLS information page - Spanish (Argentina)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=2C0A&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  13. ^ (Armenian) National Assembly of the Republic of Armenia
  14. ^ "NLS information page - Armenian (Armenia)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=042B&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  15. ^ Prime Minister of Australia: News Centre
  16. ^ "Globalization Library - Locale Data: Australia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Australia-English_Date.pdf. Retrieved on 2008-10-12. 
  17. ^ "NLS information page - English (Australia)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0C09&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  18. ^ (German) Federal Chancellery of Austria (Bundeskanzleramt)
  19. ^ "NLS information page - German (Austria)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0C07&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  20. ^ "NLS information page - Azeri (Latin, Azerbaijan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=042C&OS=Windows%20Vista. Retrieved on 2008-10-21. , also NLS information page - Azeri (Cyrillic, Azerbaijan)
  21. ^ "Globalization Library - Locale Data: Bahrain" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Bahrain-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  22. ^ "NLS information page - Bengali (Bangladesh)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0845&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  23. ^ (Belarusian) President of the Republic of Belarus (Прэзідэнта Рэспублікі Беларусь)
  24. ^ "Globalization Library - Locale Data: Belarus" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Belarus-Belarusian_Date.pdf. Retrieved on 2008-10-12. 
  25. ^ Belgian Federal Government - Portal
  26. ^ "Globalization Library - Locale Data: Belgium (Dutch, English, French)". IBM. http://www-01.ibm.com/software/globalization/locales/locales_eu.jsp. Retrieved on 2008-10-12. 
  27. ^ "Globalization Library - Locale Data: Bolivia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Bolivia-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  28. ^ (Portuguese) Government of Brazil - Últimas Notícias (Latest Notices)
  29. ^ "Globalization Library - Locale Data: Brazil" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Brazil-Portuguese_Date.pdf. Retrieved on 2008-10-12. 
  30. ^ (Bulgarian) Parliament of Bulgaria
  31. ^ "Globalization Library - Locale Data: Bulgaria" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Bulgaria-Bulgarian_Date.pdf. Retrieved on 2008-10-12. 
  32. ^ "Globalization Library - Locale Data: Chile" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Chile-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  33. ^ "Globalization Library - Locale Data: Colombia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Colombia-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  34. ^ "Globalization Library - Locale Data: Costa Rica" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/CostaRica-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  35. ^ (Croatian) Government of the Republic of Croatia
  36. ^ "Globalization Library - Locale Data: Croatia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Croatia-Croatian_Date.pdf. Retrieved on 2008-10-12. 
  37. ^ "Globalization Library - Locale Data: Czech Republic" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/CzechRepublic-Czech_Date.pdf. Retrieved on 2008-10-12. 
  38. ^ Radio Praha (Radio Prague)
  39. ^ "Globalization Library - Locale Data: Denmark" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Denmark-Danish_Date.pdf. Retrieved on 2008-10-12. 
  40. ^ a b The Danish language advisory committee
  41. ^ "Globalization Library - Locale Data: Dominican Republic" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/DominicanRepublic-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  42. ^ "Globalization Library - Locale Data: Ecuador" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Ecuador-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  43. ^ (Arabic) [Arab Republic of Egypt: Cabinet/Office of the Prime Minister]
  44. ^ "Globalization Library - Locale Data: Egypt" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Egypt-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  45. ^ "Globalization Library - Locale Data: El Salvador" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/ElSalvador-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  46. ^ (Estonian)Government of the Republic of Estonia
  47. ^ "Globalization Library - Locale Data: Estonia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Estonia-Estonian_Date.pdf. Retrieved on 2008-10-12. 
  48. ^ "Globalization Library - Locale Data: Finland" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Finland-Finnish_Date.pdf. Retrieved on 2008-10-12. 
  49. ^ (French) Government of France - Prime Minister
  50. ^ "Globalization Library - Locale Data: France" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/France-French_Date.pdf. Retrieved on 2008-10-12. 
  51. ^ "Globalization Library - Locale Data: Germany" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Germany-German_Date.pdf. Retrieved on 2008-10-12. 
  52. ^ (Greek) Hellenic Parliament (Greece)
  53. ^ "Globalization Library - Locale Data: Greece" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Greece-Greek_Date.pdf. Retrieved on 2008-10-12. 
  54. ^ Oqaasileriffik/Greenlandic Language Secretariat
  55. ^ "NLS information page - Greenlandic (Greenland)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=046F&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  56. ^ "Globalization Library - Locale Data: Guatemala" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Guatemala-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  57. ^ "Globalization Library - Locale Data: Hong Kong (English)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/HongKong-English_Date.pdf. Retrieved on 2008-10-12. 
  58. ^ "Globalization Library - Locale Data: Honduras" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Honduras-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  59. ^ (Icelandic) Government of Iceland (Stjórnarráðið))
  60. ^ "Globalization Library - Locale Data: Iceland" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Iceland-Icelandic_Date.pdf. Retrieved on 2008-10-12. 
  61. ^ President of India
  62. ^ "Globalization Library - Locale Data (Pacific Region)". IBM. http://www-01.ibm.com/software/globalization/locales/locales_pr.jsp. Retrieved on 2008-10-12. 
  63. ^ "Globalization Library - Locale Data: Indonesia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Indonesia-Indonesian_Date.pdf. Retrieved on 2008-10-12. 
  64. ^ "NLS information page - Arabic (Iraq)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0801&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  65. ^ Department of the Taoiseach
  66. ^ "Globalization Library - Locale Data: Ireland" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Ireland-English_Date.pdf. Retrieved on 2008-10-12. 
  67. ^ (Hebrew) Israel Government Portal
  68. ^ "Globalization Library - Locale Data: Israel" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Israel-Hebrew_Date.pdf. Retrieved on 2008-10-12. 
  69. ^ "Globalization Library - Locale Data: Italy" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Italy-Italian_Date.pdf. Retrieved on 2008-10-12. 
  70. ^ "NLS information page - English (Jamaica)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=2009&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  71. ^ "Globalization Library - Locale Data: Jordan" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Jordan-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  72. ^ "NLS information page - Arabic (Jordan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=2C01&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  73. ^ "Globalization Library - Locale Data: Kazakhstan" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Kazakhstan-Kazakh_Date.pdf. Retrieved on 2008-10-12. 
  74. ^ [1]
  75. ^ "Globalization Library - Locale Data: Kuwait" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Kuwait-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  76. ^ "NLS information page - Kyrgyz (Kyrgyzstan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0440&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  77. ^ "Globalization Library - Locale Data: Latvia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Latvia-Latvian_Date.pdf. Retrieved on 2008-10-12. 
  78. ^ "NLS information page - Latvian (Latvia)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0426&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  79. ^ "Globalization Library - Locale Data: Lebanon" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Lebanon-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  80. ^ "NLS information page - Arabic (Libya)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=1001&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  81. ^ "Globalization Library - Locale Data: Luxembourg (French)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Luxembourg-French_Date.pdf. Retrieved on 2008-10-12. 
  82. ^ "Globalization Library - Locale Data: Luxembourg (German)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Luxembourg-German_Date.pdf. Retrieved on 2008-10-12. 
  83. ^ "Globalization Library - Locale Data: Macedonia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Macedonia-Macedonian_Date.pdf. Retrieved on 2008-10-12. 
  84. ^ "Globalization Library - Locale Data: Malaysia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Malaysia-BahasaMalaysian_Date.pdf. Retrieved on 2008-10-12. 
  85. ^ "Globalization Library - Locale Data: Mexico" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Mexico-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  86. ^ "Vlada Crne Gore (Government of Montenegro)" (in Montenegrin). http://www.gov.me/. Retrieved on 2009-02-08. 
  87. ^ "Globalization Library - Locale Data: Morocco" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Morocco-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  88. ^ "Globalization Library - Locale Data: Netherlands" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Netherlands-Dutch_Date.pdf. Retrieved on 2008-10-12. 
  89. ^ "Globalization Library - Locale Data: New Zealand" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/NewZealand-English_Date.pdf. Retrieved on 2008-10-12. 
  90. ^ "Globalization Library - Locale Data: Nicaragua" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Nicaragua-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  91. ^ "Globalization Library - Locale Data: Oman" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Oman-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  92. ^ "Ministry of Foreign Affairs". Government of Pakistan. http://www.mofa.gov.pk/. Retrieved on 2008-10-21. 
  93. ^ "NLS information page - Urdu (Islamic Republic of Pakistan)‎". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0420&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  94. ^ "Globalization Library - Locale Data: Panama" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Panama-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  95. ^ "Globalization Library - Locale Data: Paraguay" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Paraguay-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  96. ^ "Globalization Library - Locale Data: Peru" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Peru-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  97. ^ "Globalization Library - Locale Data: Poland" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Poland-Polish_Date.pdf. Retrieved on 2008-10-12. 
  98. ^ (Polish) Kancelaria Prezesa Rady Ministrów (Republic of Poland - The Chancellery of the Prime Minister)
  99. ^ Zagórska Brooks, Maria (1975). Polish Reference Grammar. Walter de Gruyter. p. 35. ISBN 9027933138. 
  100. ^ "Globalization Library - Locale Data: Portugal" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Portugal-Portuguese_Date.pdf. Retrieved on 2008-10-12. 
  101. ^ "Globalization Library - Locale Data: Qatar" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Qatar-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  102. ^ (Romanian) Guvernul României (Government of Romania)
  103. ^ "Globalization Library - Locale Data: Romania" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Romania-Romanian_Date.pdf. Retrieved on 2008-10-12. 
  104. ^ "Globalization Library - Locale Data: Russia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Russia-Russian_Date.pdf. Retrieved on 2008-10-12. 
  105. ^ "Globalization Library - Locale Data: Saudi Arabia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/SaudiArabia-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  106. ^ "NLS information page - Arabic (Saudi Arabia)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0401&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  107. ^ (Serbian) Влада Републике Србије (Serbian Government)
  108. ^ "NLS information page - Serbian (Cyrillic)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0C1A&OS=Windows%20Vista. Retrieved on 2008-11-16. 
  109. ^ "NLS information page - Serbian (Latin)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=081A&OS=Windows%20Vista. Retrieved on 2008-11-16. 
  110. ^ "Globalization Library - Locale Data: Singapore (English)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Singapore-English_Date.pdf. Retrieved on 2008-10-12. 
  111. ^ (Slovak) Úrad vlády Slovenskej republiky (Government Office of the Slovak Republic)
  112. ^ "Globalization Library - Locale Data: Slovakia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Slovakia-Slovak_Date.pdf. Retrieved on 2008-10-12. 
  113. ^ "NLS information page - Slovenian (Slovenia)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0424&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  114. ^ "Globalization Library - Locale Data: Spain" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Spain-Spanish_Date.pdf. Retrieved on 2008-10-12.  Catalan language locale for Spain also indicates dd/mm/yyyy for Common Date format.
  115. ^ Switzerland Federal Administration - Press releases and speeches dd.mm.yyyy format seen in all languages.
  116. ^ "Globalization Library - Locale Data: Switzerland (French, German, Italian)". IBM. http://www-01.ibm.com/software/globalization/locales/locales_eu.jsp. Retrieved on 2008-10-12. 
  117. ^ "Globalization Library - Locale Data: Syria" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Syria-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  118. ^ "NLS information page - Tajik (Cyrillic, Tajikistan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0428&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  119. ^ "Globalization Library - Locale Data: Thailand" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Thailand-Thai_Date.pdf. Retrieved on 2008-10-12. 
  120. ^ "NLS information page - English (Trinidad and Tobago)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=2C09&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  121. ^ "Globalization Library - Locale Data: Tunisia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Tunisia-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  122. ^ (Turkish) Türkiye Cumhuriyeti Cumhurbaşkanlığı (Presidency of the Republic of Turkey)
  123. ^ "Globalization Library - Locale Data: Turkey" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Turkey-Turkish_Date.pdf. Retrieved on 2008-10-12. 
  124. ^ (Turkmen) Government of Turkmenistan
  125. ^ "NLS information page - Turkmen (Turkmenistan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0442&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  126. ^ (Ukrainian) Government of the Ukraine
  127. ^ "NLS information page - Ukrainian (Ukraine)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0422&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  128. ^ "Globalization Library - Locale Data: Ukraine" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Ukraine-Ukrainian_Date.pdf. Retrieved on 2008-10-12. 
  129. ^ "Globalization Library - Locale Data: United Arab Emirates" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/UnitedArabEmirates-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  130. ^ "NLS information page - Arabic (U.A.E.)‎". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=3801&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  131. ^ Foreign and Commonwealth Office (UK) - Newsroom
  132. ^ "Globalization Library - Locale Data: United Kingdom" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/UnitedKingdom-English_Date.pdf. Retrieved on 2008-10-12. 
  133. ^ (Spanish) Government of Uruguay: Documentos de Interés (documents of interest)
  134. ^ "Globalization Library - Locale Data: Uruguay" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Uruguay-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  135. ^ (Uzbek) Government of Uzbekistan
  136. ^ a b "NLS information page - Uzbek (Cyrillic, Uzbekistan)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0843&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  137. ^ (Spanish) Government of Venezuela: Noticias (News)
  138. ^ "Globalization Library - Locale Data: Venezuela" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Venezuela-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  139. ^ "NLS information page - Spanish (Venezuela)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=200A&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  140. ^ "NLS information page - Vietnamese (Vietnam)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=042A&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  141. ^ "Globalization Library - Locale Data: Yemen" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Yemen-Arabic_Date.pdf. Retrieved on 2008-10-12. 
  142. ^ "NLS information page - Arabic (Yemen)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=2401&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  143. ^ "Government of Belize Press Office". Government of Belize. http://www.governmentofbelize.gov.bz/pressoffice.php. Retrieved on 2008-10-21. 
  144. ^ "Globalization Library - Locale Data: Canada" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Canada-English_Date.pdf. Retrieved on 2008-10-12. 
  145. ^ "Welcome to the Federated States of Micronesia". Government of the Federated States of Micronesia. http://www.fsmgov.org/. Retrieved on 2008-10-21. 
  146. ^ "NLS information page - Kiswahili (Kenya)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0441&OS=Windows%20Vista. Retrieved on 2008-10-29. 
  147. ^ "Globalization Library - Locale Data: Philippines" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Philippines-English_Date.pdf. Retrieved on 2008-10-12. 
  148. ^ "Globalization Library - Locale Data: Puerto Rico" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/PuertoRico-Spanish_Date.pdf. Retrieved on 2008-10-12. 
  149. ^ "Globalization Library - Locale Data: United States" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/UnitedStates-English_Date.pdf. Retrieved on 2008-10-12. 
  150. ^ "NLS information page - English (United States)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0409&OS=Windows%20Vista. Retrieved on 2009-02-08. 
  151. ^ "TBITS 36: All-Numeric Representation of Dates and Times - Implementation Criteria". Treasury Board of Canada. 18 December 1997 (ACIM Endorsement date). http://www.tbs-sct.gc.ca/its-nit/standards/tbits36/crit36-eng.asp. Retrieved on 2008-10-12. 
  152. ^ "Globalization Library - Locale Data: China (Simplified Chinese)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/China-SimplifiedChinese_Date.pdf. Retrieved on 2008-10-12. 
  153. ^ "Globalization Library - Locale Data: Taiwan (Simplified Chinese)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Taiwan-TraditionalChinese_Date.pdf. Retrieved on 2008-10-12. 
  154. ^ http://ec.europa.eu/food/food/biosafety/salmonella/data_dictionary_pigs_en.pdf
  155. ^ "Globalization Library - Pacific Region (Hong Kong - Simplified and Traditional Chinese)". IBM. http://www-01.ibm.com/software/globalization/locales/locales_pr.jsp. Retrieved on 2008-10-12. 
  156. ^ "Globalization Library - Locale Data: Hong Kong (English)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/HongKong-English_Date.pdf. Retrieved on 2008-10-12. 
  157. ^ "Globalization Library - Locale Data: Hungary" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Hungary-Hungarian_Date.pdf. Retrieved on 2008-10-12. 
  158. ^ "NLS information page - Hungarian (Hungary)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=040E&OS=Windows%20Vista. Retrieved on 2009-02-03. 
  159. ^ A magyar helyesírás szabályai, 2005 (ISBN 963-218-980-9)
  160. ^ "Globalization Library - Locale Data: Japan" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Japan-Japanese_Date.pdf. Retrieved on 2008-10-12. 
  161. ^ "Prime Minister of Japan and His Cabinet". http://www.kantei.go.jp/. Retrieved on 2008-10-12. 
  162. ^ "Globalization Library - Locale Data: Korea (Simplified Chinese)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Korea-Korean_Date.pdf. Retrieved on 2008-10-12. 
  163. ^ "Globalization Library - Locale Data: Latvia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Latvia-Latvian_Date.pdf. Retrieved on 2008-10-12. 
  164. ^ "Globalization Library - Locale Data: Lithuania" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Lithuania-Lithuanian_Date.pdf. Retrieved on 2008-10-12. 
  165. ^ (Chinese) "Government News". Macao SAR Government Portal. http://www.gov.mo/egi/Portal/rkw/public/view/area.jsp?id=21. Retrieved on 2008-10-13. 
  166. ^ (Mongolian) "Монгол Улсын Ерөнхийлөгч". President of Mongolia. http://www.president.mn/index.php. Retrieved on 2008-10-12. 
  167. ^ "Globalization Library - Locale Data: Norway" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Norway-Norwegian_Date.pdf. Retrieved on 2008-10-12. 
  168. ^ "Globalization Library - Locale Data: Singapore (Simplified Chinese)" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Singapore-SimplifiedChinese_Date.pdf. Retrieved on 2008-10-12. 
  169. ^ "Globalization Library - Locale Data: Slovenia" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Slovenia-Slovenian_Date.pdf. Retrieved on 2008-10-12. 
  170. ^ "Globalization Library - Locale Data: South Africa" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/SouthAfrica-English_Date.pdf. Retrieved on 2008-10-12. 
  171. ^ "NLS information page - Afrikaans (South Africa)". Microsoft. http://www.microsoft.com/globaldev/nlsweb/default.mspx?submitted=0436&OS=Windows%20Vista. Retrieved on 2008-10-21. 
  172. ^ [2]
  173. ^ "Globalization Library - Locale Data: Sweden" (pdf). IBM. ftp://ftp.software.ibm.com/software/globalization/locales/Sweden-Swedish_Date.pdf. Retrieved on 2008-10-12. 
  174. ^ "FAQ: Date formats". World Wide Web Consortium (W3C). http://www.w3.org/International/questions/qa-date-format. Retrieved on 2008-10-21. 
  175. ^ Hynes, John, A summary of time formats and standards. Accessed 2007-Mar 16.
  176. ^ Kuhn, Markus, A summary of the international standard date and time notation, University of Cambridge Computer Laboratory, last modified 2004-December 19. Accessed 2006-August 1.

[edit] External links

Personal tools