FAMILY-ORIGINS-USERS-L Archives
Archiver > FAMILY-ORIGINS-USERS > 1999-04 > 0923832350
From: "E. Allen Siebold" <>
Subject: Re: [Fwd: Date Format]
Date: Sun, 11 Apr 1999 08:05:50 -0400
Bill,
you wrote:
| Yes, a couple of bytes adds up when you have 6,000 individuals. Think
| how many times you enter a date for each individual. Birth, christening,
| marriage, death, for starters. Do the math |and you'll see what I mean.
An excellent example of how we got into the Y2K problem -- who needs the
century numbers, they just take up space. :>)
Seriously, you may find problems sorting. Computers are very dumb when it
comes to sorting. "2" is not at all the same as "02" to the computer.
Without the initial digit the computer will count "1 2 20 21 22..... 3 30 31
..." and so on. With the initial "0" the computer will count "01 02 03 04 05
etc., the way "it should be."
Generally you will have no problems, but the amount of space it takes is
totally insignificant in today's computers. And no, I don't have a bazillion
gigabyte hard drive myself. I have a modest machine that is no longer even
ranked among the top 50 of computer capabilities.
Memory, really, is cheap. Don't cut corners here.
Allen
----- Original Message -----
From: Bill Potts <>
To: <>
Sent: Sunday, April 11, 1999 5:11 AM
Subject: [Fwd: Date Format]
| This is a multi-part message in MIME format.
| --------------7777E12A034D8CAE2049A3E8
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
|
| To list members, your advice please
| Bill
| --------------7777E12A034D8CAE2049A3E8
| Content-Type: message/rfc822
| Content-Transfer-Encoding: 7bit
| Content-Disposition: inline
|
| X-Mozilla-Status2: 00000000
| Message-ID: <>
| Date: Sun, 11 Apr 1999 05:05:40 -0400
| From: Bill Potts <>
| X-Mailer: Mozilla 4.51 [en] (Win95; U)
| X-Accept-Language: en
| MIME-Version: 1.0
| To: Margo I Lurvey <>
| Subject: Re: Date Format
| References: <002201be836f$11469740$>
| <>
<>
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
|
| Margo, Tim, Linda, and all,
| I concur with the DDMMMYYYY format and use it, but have a question. Why
| is it neccessary to use a "0" to preceed the single digit date? I am
| deleting that as it uses storage space for no good reason I can see.
| Yes, a couple of bytes adds up when you have 6,000 individuals. Think
| how many times you enter a date for each individual. Birth, christening,
| marriage, death, for starters. Do the math and you'll see what I mean.
| Bill
|
| --------------7777E12A034D8CAE2049A3E8--
|
|
| ==== FAMILY-ORIGINS-USERS Mailing List ====
| The patch to update FOWin 7.0 to 7.01 is now available for download at:
| http://www.parsonstech.com/support/news/fowin7news.html
|
This thread:
| Re: [Fwd: Date Format] by "E. Allen Siebold" <> |