Re: Mysql Date Functions - input

2002-03-01 Thread Marjolein Katsma
Keith, At 21:51 2002-02-28, you wrote: >That has certain advantages, but it's a pain for the user if it's in >a application where you have to enter a lot of dates or fill out a >form repeatedly. For that sort of data entry, typing digits is far >preferable to selecting from a dropdown list.

Re: Mysql Date Functions - input

2002-02-28 Thread Keith C. Ivey
On 28 Feb 2002, at 21:24, Marjolein Katsma wrote: > The easiest way to work around all the date formats of the world > for data input on a web page is to simply split the input into > three parts: year, month and day. Month and day can then be > dropdown lists (built-in -partial- validation!) and

Re: Mysql Date Functions - input

2002-02-28 Thread Marjolein Katsma
At 15:02 2002-02-28, you wrote: >Hi all, > >I asked this question on the PHP-DB list but everyone was asleep (no >response). > >= = = = = = = >I have a site where dates are being displayed and also entered by users. I >don't want to offend them by asking them to use

RE: Mysql Date Functions - input

2002-02-28 Thread John Lodge
Message- From: Paul DuBois [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 3:58 PM To: George Pitcher; [EMAIL PROTECTED] Subject: Re: Mysql Date Functions - input At 14:02 + 2/28/02, George Pitcher wrote: >Hi all, > >I asked this question on the PHP-DB list but eve

Re: Mysql Date Functions - input

2002-02-28 Thread Paul DuBois
At 14:02 + 2/28/02, George Pitcher wrote: >Hi all, > >I asked this question on the PHP-DB list but everyone was asleep (no >response). > >= = = = = = = >I have a site where dates are being displayed and also entered by users. I >don't want to offend them by asking