Property | Type | Description | Example
from: "I love 25 Dec 2017" |
---|---|---|---|
date |
String
|
The actual date extracted. Dates are string, following
ISO format:
YYYY-MM-DDThh:mm:ss.mlsZ . Careful! -> All dates are based on the
UTC timezone. |
2017-12-25T00:00:00.000Z |
ms |
Integer
|
The total number of milliseconds between the extracted date and 1970-01-01T00:00:00:000Z | 1514160000000 |
epoch |
Integer
|
The total number of seconds between the extracted date and 1970-01-01T00:00:00:000Z | 1514160000 |
match |
String
|
The expression from which the date comes from. It is a subexpression of the text passed as a parameter to the service. | 25 Dec 2017 |
index |
Integer
|
The index is the position of the match expression inside the text passed as a parameter to the service. Position 0 means that the subexpression begins at the start of the sentence. | 7 |
{"x-api-key" : "#yourAPIkey#"}
Example | Resulting Date (simplified) |
---|
Example | Result Date (simplified) |
---|