PageDateHeader

A list of headers to retrieve the date from. The headers are checked in the order that you specify and the first valid date that the connector finds is associated with the page.

The connector only attempts to extract a date from HTTP headers if no date is found in the page URL (or DateInUrl is set to FALSE) and no date is found in the page content (or PageDateSelector is not set).

The connector considers the names of the headers to be case-insensitive.

Type: String (list)
Default: Last-Modified
Required: No
Configuration Section: TaskName or FetchTasks or Default
Example:

PageDateHeader=Last-Modified,Date

Alternatively, you can use numbered parameters:

PageDateHeader0=Last-Modified
PageDateHeader1=Date
See Also:

DateInUrl

PageDateSelector

DateFormats