Hi! > > I'm trying to switch from dbforms 1.3 to 2.2. > > Unfortunatley DbFormsConfig.getDateFormatter() disappeared > without any comment ... :-) (deprecated tag with alternative > usage would be nice the next time). > Does anybody know how to get the appropiate DateFormatter?
See release notes for version 2.0: 3-7) Deprecated: date-format attribute in dbforms-config.xml -------------------------------------------------------------- Due to the above-mentioned changes in output and parsing date input fields, the date-format attribute (dbforms-config.xml) has become obsolete and should no longer be used. DateFormatter is not longer used because all tags do the right localed formattion by themselfs. In which place do you need the DateFormatter? Could you post an example? The FieldValues class no contains methods to do the right parsing and the BaseTag class has methods to do the right string formatting. This should fit your needs. If you post an usage example i can see if i can help you in more detail. Regards, Henner ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
