The date extractor extracts all the dates from an entered text. The extracted dates are displayed as a simple list. The extractor recognizes the following date formats, using D for day, M for month, and Y for year: YYYY-MM-DD, MM/DD/YYYY, MM/DD/YY, DD.MM.YYYY, and DD.MM.YY.
Results will be displayed here.
Example for a date extraction
Input
There are different date formats - Americans usually use 05/27/2016, whereas Germans use 27.05.2016, and computer systems mainly use 2016-05-27.