Just to be clear, DATE_PATTERN is whatever regex you use. For instance: static private final Pattern DATE_PATTERN = Pattern.compile( ".*Principal Date\\D+(\\d+) (\\d+).*", DOTALL );
-----Original Message----- From: Abramowitsch, Peter [mailto:[email protected]] Sent: Wednesday, July 13, 2016 3:04 PM To: [email protected] Subject: Re: Help needed with document creation time/date Got it. Thanks On 7/13/16, 12:00 PM, "Finan, Sean" <[email protected]> wrote: >DATE_PATTERN.matcher
