autoDetectFormat property
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;
Enables heuristic parsing to attempt multiple known date formats.
If true, the parser tries various standard patterns (ISO, HTTP, etc.)
before failing.
final bool autoDetectFormat;