Finally,
my solution:
materialsClose is a date in my Postgresql backend. it is modeled to a
jodaLocalDate.
My problem was passing it to iReport as a Field ($F{materialClose}) and apply a
formatter.
solution.
materialsClose property/Field Class is set to java.lang.String
then in the textField Property => Text Field Expression:
new org.joda.time.LocalDate($F{materialsClose}).toDate()
the add a Pattern for the formatter.
seems simple now!!!
Ted
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]