[SOLVED] Format Integer Widget

I had the same issue some time ago with a year field. I ended up creating my own Year field by subclassing zope.schema.Int and overwriting the formatter in my own class.

-aj