Preamble

Many sites and apps use some custom date formats. Even the wordpress app acknowledges my ISO8601 date setting “2019-02-12” but nevertheless displays dates as “Feb 12, 2019”.

And so do many, many other mobile, desktop, and web apps, mostly enforcing the completely illogical and unintuitive imperial date format on a global population of users. Such ignorance of globally agreed international standards shows an unhealthy dose of egotism and ignorance alike.

While the former requires therapy, ignorance, as in lack of knowledge, can be remedied, which we hope this article will contribute towards.

Why ISO Date Format

Oft discussed and oft ignored, here they are again summarized:

  • ISO 8601 is the internationally accepted way to represent dates and times.
  • Avoiding uncertainty in representing dates can be difficult and individually frustrating.
  • Misunderstandings in global communication can be eliminated.
  • Eliminate misinterpretation and conversion of dates in business environments that can be very costly.
  • Dates can not be confused with other popular notations.
  • Avoid applications becoming unusable due to date input quagmires.
  • Readability of dates is greatly improved.
  • Easy on the programmer (no ‘Jan’, ‘Feb’ table necessary).
  • easily comparable and sortable with a trivial string comparison.
  • language independent.
  • consistency with the common 24h time notation system, where the larger units (hours) are also written in front of the smaller ones (minutes and seconds).
  • strings containing a date followed by a time are also easily comparable and sortable (e.g. write “1995-02-04 22:45:00”).
  • the notation is short and has constant length, which makes both keyboard data entry and table layout easier.
  • identical to the Chinese date notation, so the largest cultural group (>25%) on this planet is already familiar with it :-).
  • date notations with the order “year, month, day” are in addition already widely used e.g. in Japan, Korea, Hungary, Sweden, Finland, Denmark, and a few other countries and people in the U.S. are already used to at least the “month, day” order.
  • a 4-digit year representation avoids overflow problems after 2099-12-31
  • You can show-off your global citizenship.
  • You become closer to being a global citizen.
  • You demonstrate your knowledge and open mindedness.
  • Your fraternity with all world! citizens becomes apparent.
  • You contribute to intercultural understanding.
  • You help the world become united.

Is there still anything stopping you from using ISO 8601, except your habit? Habits can be changed with force of mind. Show you have it in you.

Title image by Henry & Co.