RickDateThis is a featured page

Add this module to my Google Personalized PageWhat is RickDate?

RickDate was invented in December 1985 as a compressed date format for use in commenting source code - because of small screen sizes, space was at a premium. It is a method of shortening "7/5/2006' - or even, heaven forbid, "July 4, 2006" - down to just three characters. In this case, Q74.

RickDate has the following advantages over the currently common date formats used around the planet:
  • For everyday use, dates can be expressed using just three alphanumeric characters. Other formats usually do not have a fixed length and vary from six to ten (or more) characters.
  • The "long form" of RickDate (five characters) can be used to express unique dates within a range of 46,656 years!
  • Dates can be sorted by text-sorting programs.
  • The consistency of the format facilitates easy searching.
  • Because the format still reflects the year, month, and day, conversion to other formats is straightforward.

How does it work?

The essence of RickDate is the base 36 numeric system. While the decimal (base 10) system only has ten different digits (0-9), the base 36 system has 36 different 'digits' (0-9, A-Z). Base 36 numbers are used to represent the year, month, and day, which are then put together to create the date. Example: My birthday this year was November 14, 1994. In RickDate, it is expressed as EBE. The first digit (E) represents the year (1994). The second digit (B) represents the eleventh month (November). The third digit (E) represents the fourteenth day of the month (14). We'll come back to how E represents the year 1994 in a bit. First, we'll look at why B represents November. When counting in base 36, you count as follows:

1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, G, H, I, J
K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, 10

For those familiar with hexadecimal numbers (0-F), this should be quite easy to grasp. The number after 8 is 9, and the number after 9 is A. The twelve months are thus represented as follows:


1=January
7=July

2=February
8=August

3=March
9=September

4=April
A=October

5=May
B=November

6=June
C=December

As you can see, B = November. The day of the month works the same way:


1 = 1B = 11L = 21

2 = 2C = 12M = 22

3 = 3D = 13N = 23

4 = 4E = 14O = 24

5 = 5F = 15P = 25

6 = 6G = 16Q = 26

7 = 7H = 17R = 27

8 = 8I = 18S = 28

9 = 9J = 19T = 29

A = 10K = 20U = 30



V = 31
The chart shows us that the 14th day of the month is E. The year works the same way, except that the numbers are larger. If we extend the above chart, we get the following:

W = 32
X = 33
Y = 34
Z = 35
10 = 36
11 = 37
12 = 38
(... and skipping some lines ...)
1Y = 70

1Z = 71
20 = 72
21 = 73
(... and skipping some lines ... )
2Z = 107
30 = 108
(... and skipping some lines ...)
9X = 358
9Z = 359
A0 = 360
A1 = 361
(... and jumping some more ...)
ZY = 1294
ZZ = 1295
100 = 1296
101 = 1297
(... and jumping way ahead ...)
1JN = 2003
1JO = 2004
1JP = 2005
1JQ = 2006
Imagine that we have two gasoline pumps. The left pump uses base 36, and the right one uses base 10 - but they both increase 1 gallon at a time. When the one's digit on the right pump reaches 9, it rolls over to 0 and the ten's digit is increased by one. Similarly, when the one's digit on the left pump reaches Z, it rolls over to 0 and the ten's digit is increased by one.

We see that 1994 is 1JE in base 36. So, the full form of my birthday this year would be 1JEBE. However, for most cases, it's sufficient to shorten the year to just the last digit, especially when talking about the current year, next year, or a year recently past. So, 1994 becomes E, and 1995 becomes F.

Who's using RickDate?

RickDate is being used by: A very small number of programmers to generate strings that look something like EBE_RWW, specifying both the date and initials of the person who has created or made a change to a document. Internationally unacclaimed artist walker as the method of dating and cataloging his artworks. The creator of this page also uses it in many of his projects. Walker and I also use RickDate liberally in naming computer files. It's easy to see that RésuméE95 is more recent than RésuméD34, plus the files are sorted automatically for users with a decent file operating system. Since Walker is an IT contractor, computer companies throughout Silicon Valley are now being infiltrated with RickDate.

What idiot dreamt up this totally inane system?

If you have more questions, are interested in the RickDate Google module, or just think I'm really strange, write me a comment here - I'd love to hear from you!


IanCabell
IanCabell
Latest page update: made by IanCabell , Sep 20 2006, 1:16 AM EDT (about this update About This Update IanCabell Edited by IanCabell


view changes

- complete history)
More Info: links to this page

Anonymous  (Get credit for your thread)


There are no threads for this page.  Be the first to start a new thread.