autoDetectFormat property

bool autoDetectFormat
final

Enables heuristic parsing to attempt multiple known date formats.

If true, the parser tries various standard patterns (ISO, HTTP, etc.) before failing.

Implementation

final bool autoDetectFormat;