8 messages in com.mysql.lists.win32Re: MYSQL Date Format
FromSent OnAttachments
Kamran Yahya19 Mar 2003 00:42 
Jools Chesters19 Mar 2003 01:57 
Kamran Yahya19 Mar 2003 02:32 
Jools Chesters19 Mar 2003 02:55 
PeterWR19 Mar 2003 03:00 
Public Folder: MySQL19 Mar 2003 07:47 
Public Folder: MySQL19 Mar 2003 11:54 
PeterWR19 Mar 2003 12:50 
Subject:Re: MYSQL Date Format
From:PeterWR (pw@post4.tele.dk)
Date:03/19/2003 12:50:34 PM
List:com.mysql.lists.win32

Specially when having to sort, YYYYMMDD HHMMSS right away gives the correct sequence for sorting ascending or descending

Best regards Peter

----- Original Message ----- From: "Public Folder: MySQL" <ml.m@in-genius.com> To: <win@lists.mysql.com> Sent: Wednesday, March 19, 2003 8:55 PM Subject: RE: MYSQL Date Format

-----Original Message----- From: Warren S. Wyght [mailto:war@wyght.com] Posted At: Wednesday, March 19, 2003 12:51 PM Posted To: MySQL Conversation: MYSQL Date Format Subject: Re: MYSQL Date Format

Why is DDMMYYYY more logical?

Because it's starting with the smallest granular measurement (days) and moving sequentially to the largest (years), just like YYYYMMDD starts with the largest (years) and moves to the smallest (days.)

DDMMYYYY = Small-medium-large YYYYMMDD = Large-medium-small

MMDDYYYY = Medium-Small-Large

The other response about sorting using YYYYMMDD makes way too much sense too.