|
From: Milan B. <mil...@gm...> - 2007-10-29 21:06:25
|
On 10/29/07, Michael Hieke <mg...@gm...> wrote: > > How about initializing the day, month, year values with the current > > date, parsing the entered value according to the date format, and > > refusing to accept invalid values for day, month and year? This way > > "0" would only be valid if the format started with the year, while > > for example "1" could be either the first day of the month, January, > > or 2001 (depending on the format). > > Committed. I use D.M.Y format. When I enter 5.8 it says 'Cannot parse date' instead of simply placing 05.08.2007 in the field. Same problem if I only enter the day. Tested with r1502. If I enter all 3 components, i.e. 5.8.2007, then it works. -- Milan Babuskov http://www.flamerobin.org |