The changes made to IS_DATE in rev.242 (workaround to problem with year<1900) are buggy.
Example: requires=IS_DATE(format="%A") with today's date will show 'Saturday' instead of 'Thursday' because the formatter is changing the year to 2000. Denes. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

