Bugs item #494453, was opened at 2001-12-18 16:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=494453&group_id=4754
Category: Tapestry Group: bug >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Richard Lewis-Shell (rlewisshell) Assigned to: Richard Lewis-Shell (rlewisshell) Summary: invalid-date-format message string wrong Initial Comment: The invalid date format message string (invalid-date- format) reports "MM/DD/YYYY" as the correct date format even if the DateField/Validator uses a different format object. ---------------------------------------------------------------------- Comment By: Richard Lewis-Shell (rlewisshell) Date: 2002-01-04 09:27 Message: Logged In: YES user_id=167696 Some further thoughts... Date format strings are 'almost' presentable - is it worth exploring the use of format strings along with format objects - then the format string could be presented. (I'm sure that I like this option, but its an option none-the- less) Another option would be to present the current date/time using the appropriate format as an example of how to format a date. That doesn't help differentiate MM/DD/YYYY from DD/MM/YYYY when M=D (eg. 1/1/2001). Perhaps if M=D then could use 'yesterday' instead (eg. 31/12/2000). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=494453&group_id=4754 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Tapestry-developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/tapestry-developer
