Here is the post structure:
CREATE TABLE entries (
id int(5) unsigned zerofill NOT NULL auto_increment,
entry text NOT NULL,
title text NOT NULL,
author text NOT NULL,
day varchar(20) NOT NULL default ”,
date varchar(20) NOT NULL default ”,
time varchar(5) NOT NULL default ”,
KEY id (id)
) TYPE=MyISAM AUTO_INCREMENT=233 ;
and the date format is: 05.01.2003