RE: [PHP-DB] Confusing Date...

2003-03-03 Thread Beverly Steiner
, 2003 5:38 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] Confusing Date... Yes, but not too many people are familiar with enter the year first, followed by the month then the date. Is there a way within PHP to take 03/02/2002 and send it as 2003-03-02. Thanks, Doug Coning - Original Mes

Re: [PHP-DB] Confusing Date...

2003-03-03 Thread 1LT John W. Holmes
> I have a MySQL column that was set to date. > > In my PHP page, I have a form and a field called 'Sch_StartDate'. I'm > having difficultes understanding how to write to the date column in MySQL. > If I send 03/04/02for March 4, 2002, the value that gets stored in the > MySQL database is 2003

RE: [PHP-DB] Confusing Date...

2003-03-03 Thread Beverly Steiner
PROTECTED] Subject: [PHP-DB] Confusing Date... I have a MySQL column that was set to date. In my PHP page, I have a form and a field called 'Sch_StartDate'. I'm having difficultes understanding how to write to the date column in MySQL. If I send 03/04/02for March 4, 2002, the

[PHP-DB] Confusing Date...

2003-03-03 Thread Doug Coning
I have a MySQL column that was set to date. In my PHP page, I have a form and a field called 'Sch_StartDate'. I'm having difficultes understanding how to write to the date column in MySQL. If I send 03/04/02for March 4, 2002, the value that gets stored in the MySQL database is 2003-04-02 for