|
From: Michael H. <mg...@gm...> - 2007-10-29 19:32:45
|
> 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. > Please note that special values like "DATE", "TIME", "NOW" and > "TODAY" are accepted in the SVN version for entering dates, times and > timestamps. If there are other ideas for making data entry more > robust and user-friendly, please share them. "Tomorrow" and "Yesterday" are implemented now too, and all of them are case-insensitive. If anyone feels like trying these on Windows, you can find executables at http://www.flamerobin.org/mghie/flamerobin-0.8.1.1498.zip Thanks -- Michael Hieke |