JasperSoft - Date Format

1

Hello,

We have the following version of JasperSoft:

<serverInfo>
   <build>BUILD_DATE_STAMP_BUILD_TIME_STAMP</build>
   <dateFormatPattern>yyyy-MM-dd</dateFormatPattern>
   <datetimeFormatPattern>yyyy-MM-dd'T'HH:mm:ss</datetimeFormatPattern>
   <edition>CE</edition>
   <version>6.1</version>
</serverInfo>

It happens as follows:

  

When we generate a report for ourselves    localhost: 8080 / jasperserver / and I monitor data traffic, I realize that the date in the input "05/20/2018" is converted to   "2018-05-20" to be sent to the server.   (We changed the settings   date of the jasperserver_config.properties file)

However, we have an ERP that we use to point out certain reports that users can generate. But, the ERP sends the command via rest with the format dd / mm / yyyy . We can not change the ERP format because we do not have access to the source code.

My question is: how to change the date format accepted by the server to "dd / mm / yyyy"?

Thank you in advance.

Sincerely.

  

Edit: Below is a picture for a better understanding of the problem:    link

    
asked by anonymous 17.05.2018 / 13:39

0 answers