Hi Martin, > do you still have the changeSelection listener attached to the date field? > If yes, you should remove it for two reasons. First, you get rid of that > warning and second, the listener does not work so it's useless code. :) > Yes, I did have the listener still attached. Once I removed it, it worked fine and the warning went away :) > The implementation of the date format tried to stick as close as possible to > the SimpleDateForm known in Java > (http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html) The above page says: > Text: For formatting, if the number of pattern letters is 4 or more, > the full form is used; otherwise a short or abbreviated form is used > if available. For parsing, both forms are accepted, independent of the > number of pattern letters. However, if I typed a date like "Sept/10/2007" or something with 4 or more letters or the complete name for the month, the date is deemed invalid. Maybe the full spec wasn't implemented? Anyway, the 3-letter text form works for me.
Thanks for the pointers :) cheers, skar. -- -- The life so short, the craft so long to learn. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
