extract-date-quick
Documentation / extractor/html-to-cite/extract-date/extract-date-quick
extractDateQuick()​
function extractDateQuick(document: Document, url: string): string;
Defined in: extractor/html-to-cite/extract-date/extract-date-quick.js:61
Extract date from document using various methods
Parameters​
Parameter | Type | Description |
---|---|---|
|
| DOM object with article content |
|
| URL of the page |
Returns​
string
Extracted date or null if not found