Hi, all My project has lots of models and map files, and has many date type fields in these models and map files,
When the models are converted to xml files, the date-format in xml files are required to be same, so I want to define a <field-handler> in the main map file, and reuse this <field-handler> in any <class>. I has tried many times, and was told to implement the new interface of ClonableFieldHandler. So, anybody could show me an example?

