How do I change the date format returned from a parametric search?
The default date format returned from a parametric search is MMM DD YYYY HH:MM:SS. To change the date format, use the ParaDocumentSearcher.setDateOutputFormat() method, ie. ParaDocumentSearcher.setDateOutputFormat(“${mm}/${dd}/${yyyy}”); You can find more information on different date formats in the Collection Reference documentation under the appendix title, “Supported Date Formats”, and “Date Import Format Strings” section. The name of the appendix and section may vary from version to version.