Forum OpenACS Development: Re: ad_form and dates

Collapse
14: Re: ad_form and dates (response to 1)
Posted by Jon Griffin on
I am going through the templating and forms et al for new docs and have found several big errors in the parser.

For example: format "MONTH DD YYYY HH" shows up as:

March 9 2003 2003
Month Day Year Year
I will test all these and probably rewrite them using more extended masks.

Also, 2 date fields in a row causes many problems. So, off I go to rewrite the parser. Maybe I should just write it in yacc and be done with it ;)