1
Good afternoon, I have a date attribute of an object that persists as a string, because I need it in the format ddMMyyyy
at a certain location and also compare with an earlier date. But at another time I need this same attribute to generate a report in full format "dd of month of year". The fact is that I already tried to do this inside Jasper when I call the attribute but I have not succeeded yet. the closest I came was to use substrings to separate the date but I can’t find a way to make the month that is in numerical format be presented in full in the report. Someone has a suggestion.
If you can put the code you’re trying to.
– Bruno Brito