About Me:

Name - Pat Fauquet
Location - Fairfax Station VA

I work with Bob LeVitus in his Dr. Mac consulting business. I am an active member of the Macintosh user group community. I have been solving Mac problems and teaching Mac users for over 20 years.

Bob LeVitus Consulting

About this Blog:

This blog is written for the beginning to intermediate Macintosh user. While there are many technical information sites, my purpose is to write clear solutions to common Macintosh problems with lots of illustrations to make it easy to follow along.

In my work as a consultant, I must keep my computer up-to-date, so illustrations and directions will be made from the latest version of the Mac OS X operating system.

This site is a proud member of the MacLevelTen Media Group
Snapz Pro X

DesignTools Monthly
DesignTools Weekly
MacMouseCalls
MacNotables
Movable Beast
MacProductivity
MacVoices
The MUG Center
The Pourhadi Perspective
ScreenCastsOnline
Talking WordPress

Cool Links:
Washington Apple Pi


Recent Comments:







How to write a date

Back in elementary school, we learned to write dates by putting the month, then the day, then the year. That date form works just fine for things like letters, and although it was a little inconvenient, it works just fine for hand-sorting things like checks. But it is terrible for sorting things by date on a computer.

While many things can best be sorted by a title, many items that we store on our computer work best by date. For example, each time I buy something on the Internet, pay a bill, or receive a password, I make a pdf of the document and store them is a folder that I call Passwords and Receipts.
Back in elementary school, we learned to write dates by putting the month, then the day, then the year. That date form works just fine for things like letters, and although it was a little inconvenient, it works just fine for hand-sorting things like checks. But it is terrible for sorting things by date on a computer.

While many things can best be sorted by a title, many items that we store on our computer work best by date. For example, each time I buy something on the Internet, pay a bill, or receive a password, I make a pdf of the document and store them is a folder that I call Passwords and Receipts.

Just how to construct a meaningful file name can be a problem. My earliest files included the name of the program or site or item, but did I store my license number for Photoshop as Photoshop or Adobe Photoshop? Each time I get a new version of a program like Photoshop, it becomes more difficult to find the latest information quickly and easily.

It really makes more sense to store such items by date, but using the date format I leaned back in elementary school puts all the Januarys together, but as soon as I add Feburary, things begin getting out of order!

So, it makes much more sense to begin date entries with the year, followed by the month, followed by the date.

When I first began using this format, I would write todays date as 20071227, which looks all right, but January first might look like this 200811. That clearly does not show the date, so I needed to insert leading zeros. While 20080101 expresses the date, it is difficult to read.

Some people insert slashes so that the date looks like 2008/02/01, but slashes can cause problems because the slash is used to designate folders in computer directories, so they are best avoided.

Some people insert periods so that the date looks like 2008.01.01. This is visually pleasing, but it can cause a problem because computers use the . to designate file types.

The best way I have found to up the date is to use dashes, so the date looks like 2008-01-01. It is easy to read and it sorts properly on a computer.

sort dates