Evaluating Date Compression Formats


By now there seem to be almost as many date compression schemes as there are kinds of Y2K problems. Just selecting a compression format can be a daunting task. There are, however, several criteria you can use to evaluate a compression format and simpify the task of selection. Here are a few of them.

Detectability and intrusiveness are closely related properties. If a compressed format is detectable it can be combined with MMDDYY to form a nonintrusive format. The new nonintrusive format is one that uses MMDDYY for all dates before January 1, 2000 and uses the compressed format for all other dates.

Table 1 shows how the compression schemes presented in this article stack up against the above criteria. — mb o