I'm fetching some values from search filters (ListGrid) to construct reports with Jasper. One of those parameters are dates, and this is how I'm getting these values:

I'm using the class DateTimeFormat to parse the string to Date, but I'm not sure what is the Date Pattern of this.
I'm using the class DateTimeFormat to parse the string to Date, but I'm not sure what is the Date Pattern of this.